This commit is contained in:
as2252258@163.com
2021-04-09 02:12:54 +08:00
parent 54bc7b0b55
commit 7facca27c1
2 changed files with 4 additions and 3 deletions
-2
View File
@@ -135,8 +135,6 @@ class Application extends BaseApplication
public function start(Input $argv): void
{
try {
fire(Event::SERVER_BEFORE_START);
/** @var Console $manager */
$manager = Snowflake::app()->get('console');
$manager->register(Runtime::class);