From 880af8716a8daf230a63d4905f4cf5ea20f77a87 Mon Sep 17 00:00:00 2001 From: Dave M <info@mcnd.ca> Date: Tue, 6 Oct 2020 16:01:59 +0000 Subject: [PATCH] - Small bugfixe --- src/Annotation/Method/Route.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Annotation/Method/Route.php b/src/Annotation/Method/Route.php index db4caf0..aec0959 100644 --- a/src/Annotation/Method/Route.php +++ b/src/Annotation/Method/Route.php @@ -4,8 +4,14 @@ namespace Notes\Route\Annotation\Method; class Route implements \Notes\Annotation { + /** + * @required + */ public string $name; + /** + * @required + */ public string $route; public string $method;