remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:36 -03:00
parent bc38e8e1de
commit f493427c22
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the template class
if (!class_exists('template')) {
class template {
public $engine;
@ -90,6 +89,3 @@
}
}
}
}
?>