浏览代码

Fix for PHP 8.2 beta2

 PHP E_DEPRECATED: Creation of dynamic property is deprecated
Visman 2 年之前
父节点
当前提交
22d7ed40fa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Core/View.php

+ 2 - 0
app/Core/View.php

@@ -16,6 +16,8 @@ use RuntimeException;
 
 class View extends Dirk
 {
+    protected $templates = [];
+
     public function __construct (string $cache, string $views)
     {
         $config = [