This commit is contained in:
Simon Sessingø
2021-06-09 09:13:11 +02:00
parent 5cd6cab801
commit 22606dfc12
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -30,6 +30,9 @@ abstract class Route implements IRoute
protected $urlRegex = '/^%s\/?$/u';
protected $group;
protected $parent;
/**
* @var string|callable|null
*/
protected $callback;
protected $defaultNamespace;