This commit is contained in:
2020-12-15 18:25:03 +08:00
parent edad73659a
commit d8bcf9ebe0
4 changed files with 1 additions and 52 deletions
-4
View File
@@ -207,10 +207,6 @@ class Server extends Application
return;
}
// $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)) {
$this->deliveryProcess(merge($processes, $this->process));