diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 380460b8..8487cee7 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -180,6 +180,7 @@ class Node extends HttpService if (empty($aspect)) { return null; } + var_dump($aspect); foreach ($aspect as $value) { if ($value instanceof IAspect) { return $value;