diff --git a/src/Route/Attribute/Method/Route.php b/src/Route/Attribute/Method/Route.php index 2efa7b1..04c96a5 100644 --- a/src/Route/Attribute/Method/Route.php +++ b/src/Route/Attribute/Method/Route.php @@ -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