diff --git a/HttpServer/Server.php b/HttpServer/Server.php index bc729d52..925f842f 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -464,6 +464,7 @@ class Server extends HttpService $attributes->readControllers(CONTROLLER_PATH, 'App\Http\Controllers', 'controllers'); $aliases = $attributes->getAlias('controllers'); + var_dump($aliases); if (count($aliases) < 1) { return; }