modify plugin name
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
namespace Kiri\Server;
|
namespace Kiri\Server;
|
||||||
|
|
||||||
|
use Database\CreateConnectionPool;
|
||||||
use Exception;
|
use Exception;
|
||||||
use JetBrains\PhpStorm\Pure;
|
use JetBrains\PhpStorm\Pure;
|
||||||
use Kiri;
|
use Kiri;
|
||||||
@@ -98,6 +99,7 @@ class Server extends HttpService
|
|||||||
$this->getContainer()->get(ProcessManager::class)->batch($processes);
|
$this->getContainer()->get(ProcessManager::class)->batch($processes);
|
||||||
|
|
||||||
$this->getEventDispatch()->dispatch(new OnServerBeforeStart());
|
$this->getEventDispatch()->dispatch(new OnServerBeforeStart());
|
||||||
|
$this->getEventDispatch()->dispatch(new CreateConnectionPool());
|
||||||
|
|
||||||
$this->getContainer()->get(Router::class)->scan_build_route();
|
$this->getContainer()->get(Router::class)->scan_build_route();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user