Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-13 18:36:25 +08:00
parent adfa1cf3f2
commit b6c4693ef6
2 changed files with 3 additions and 5 deletions
+3
View File
@@ -12,6 +12,7 @@ use Kiri\Exception\ConfigException;
use Kiri\Message\Handler\Abstracts\HttpService;
use Kiri\Server\Events\OnShutdown;
use Psr\Container\ContainerExceptionInterface;
use Kiri\Server\Events\OnServerBeforeStart;
use Psr\Container\NotFoundExceptionInterface;
use Swoole\Coroutine;
@@ -94,6 +95,8 @@ class Server extends HttpService
$this->container->get(ProcessManager::class)->batch($processes);
$this->eventDispatch->dispatch(new OnServerBeforeStart());
return $this->manager->getServer()->start();
}