- Base can now be null
This commit is contained in:
parent
124bddb238
commit
340235e2f8
|
@ -8,7 +8,7 @@ class Route implements \Notes\Attribute {
|
|||
public string $route,
|
||||
public string $name,
|
||||
public string|array $method = [ "GET", "POST" ],
|
||||
public string $base = "",
|
||||
public ? string $base = "",
|
||||
public ? string $class = null,
|
||||
public ? string $classMethod = null,
|
||||
public bool $currentRoute = false,
|
||||
|
|
Loading…
Reference in New Issue