merge framework and kernel

This commit is contained in:
sunxyw
2023-03-07 23:07:52 +08:00
parent 8f43012a5c
commit 772288b517
19 changed files with 153 additions and 176 deletions

View File

@@ -74,7 +74,7 @@ class ServerStartCommand extends ServerCommand
}
// 框架启动的入口
(new Framework($input->getOptions()))->init()->start();
Framework::getInstance()->init($input->getOptions())->start();
return 0;
}
}