modify plugin name

This commit is contained in:
2022-02-18 15:16:40 +08:00
parent 297990dd34
commit 3924139407
+2
View File
@@ -3,6 +3,7 @@
namespace Kiri\Server;
use Database\CreateConnectionPool;
use Exception;
use JetBrains\PhpStorm\Pure;
use Kiri;
@@ -98,6 +99,7 @@ class Server extends HttpService
$this->getContainer()->get(ProcessManager::class)->batch($processes);
$this->getEventDispatch()->dispatch(new OnServerBeforeStart());
$this->getEventDispatch()->dispatch(new CreateConnectionPool());
$this->getContainer()->get(Router::class)->scan_build_route();