瀏覽代碼

bugfix php8.1

andre 1 年之前
父節點
當前提交
ac2c60415f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/Http/View/Smarty.php

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

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