Bläddra i källkod

bugfix php8.1

andre 1 år sedan
förälder
incheckning
ac2c60415f
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      core/Http/View/Smarty.php

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

@@ -18,12 +18,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()
     {
     {
         
         
     }
     }