This commit is contained in:
2023-04-17 01:48:27 +08:00
parent 642ec973cd
commit 2c5cf3e5c8
+1 -1
View File
@@ -177,7 +177,7 @@ class Server
$state->exit($config['port']);
}
$manager = Kiri::getDi()->get(EventProvider::class);
$manager = Kiri::getDi()->get(EventDispatch::class);
$manager->dispatch(new OnShutdown());
}