This commit is contained in:
2020-10-30 01:04:54 +08:00
parent 1ad307d408
commit 2893c70761
+1 -1
View File
@@ -38,7 +38,7 @@ class Router extends Application implements RouterInterface
public array $methods = ['get', 'post', 'options', 'put', 'delete', 'receive'];
public Closure|null $middleware = null;
public ?Closure $middleware = null;
public bool $useTree = false;