- Small bugfixe

This commit is contained in:
Dave M. 2020-10-06 16:01:59 +00:00
parent 9a9e01e1fe
commit 880af8716a
1 changed files with 6 additions and 0 deletions

View File

@ -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;