This commit is contained in:
2021-07-13 10:53:31 +08:00
parent ce1f7f34e5
commit e42c2b442f
+1 -1
View File
@@ -178,7 +178,7 @@ class Node extends HttpService
/**
* @return array
*/
protected function annotation(): array
#[Pure] protected function annotation(): array
{
$middleWares = $this->getMiddleWares();
$middleWares = $this->annotation_limit($this, $middleWares);