This commit is contained in:
2020-10-30 01:22:50 +08:00
parent 5b2777a695
commit 5870e44c96
+3 -1
View File
@@ -34,7 +34,9 @@ class Node extends Application
private string $_error = '';
public array $rules = [];
public ?Closure $handler;
/** @var ?Closure|?array */
public $handler;
public string $htmlSuffix = '.html';
public bool $enableHtmlSuffix = false;
public array $namespace = [];