From 15992843347bef7d37d1da39831584d38bc4375e Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 21 May 2024 13:03:18 +0000 Subject: [PATCH] - Added route description --- src/Route/Attribute/Method/Route.php | 1 + 1 file changed, 1 insertion(+) 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