PHP E_DEPRECATED: Creation of dynamic property is deprecated
@@ -16,6 +16,8 @@ use RuntimeException;
class View extends Dirk
{
+ protected $templates = [];
+
public function __construct (string $cache, string $views)
$config = [