- Added route description
This commit is contained in:
parent
2345c5453f
commit
1599284334
|
@ -14,6 +14,7 @@ class Route implements \Notes\Attribute {
|
|||
public ? string $class = null,
|
||||
public ? string $classMethod = null,
|
||||
public bool $currentRoute = false,
|
||||
public string $description = "",
|
||||
) {}
|
||||
|
||||
public function getRoute() : string
|
||||
|
|
Loading…
Reference in New Issue