Просмотр исходного кода

Fix for PHP 8.2 beta2

 PHP E_DEPRECATED: Creation of dynamic property is deprecated
Visman 3 лет назад
Родитель
Сommit
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 = [