diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index 2057d2ab..125cc246 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -73,6 +73,7 @@ class Middleware [$controller, $action] = $node->handler; $attributes = Snowflake::app()->getAttributes(); $annotation = $attributes->getMethods(get_class($controller), $action); + var_dump($annotation); if (empty($annotation)) { return; }