- Small bugfixe
This commit is contained in:
parent
9a9e01e1fe
commit
880af8716a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue