diff --git a/HttpServer/Server.php b/HttpServer/Server.php index 88092abf..e2cfd589 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -207,9 +207,9 @@ class Server extends Application return; } - $attributes = Snowflake::app()->getAttributes(); - $attributes->readControllers(CONTROLLER_PATH, 'App\Http\Controllers', 'controllers'); - $attributes->readControllers(SOCKET_PATH, 'App\Websocket', 'sockets'); +// $attributes = Snowflake::app()->getAttributes(); +// $attributes->readControllers(CONTROLLER_PATH, 'App\Http\Controllers', 'controllers'); +// $attributes->readControllers(SOCKET_PATH, 'App\Websocket', 'sockets'); $processes = Config::get('processes'); if (!empty($processes) && is_array($processes)) {