andre 1 жил өмнө
parent
commit
2b419ed596

+ 2 - 2
core/Http/View/Smarty.php

@@ -19,12 +19,12 @@ class Smarty
     private $templateDIR;
     private $templateDIR;
     private $lang;
     private $lang;
 
 
-    final private function __construct()
+    private function __construct()
     {
     {
         $this->smarty = new \Smarty();
         $this->smarty = new \Smarty();
     }
     }
 
 
-    final private function __clone()
+    private function __clone()
     {
     {
         
         
     }
     }