This commit is contained in:
as2252258@163.com
2021-09-26 00:29:35 +08:00
parent b2e70d20cc
commit 544e36b75c
-1
View File
@@ -64,7 +64,6 @@ class Http implements OnCloseInterface, OnConnectInterface, OnRequestInterface
}
$this->exceptionHandler = Kiri::getDi()->get($exceptionHandler);
$this->responseEmitter = Kiri::getDi()->get(ResponseEmitter::class);
$this->dispatcher = Kiri::getDi()->get(Dispatcher::class);
}