This commit is contained in:
2023-04-16 14:42:06 +08:00
parent 0c7275f5b1
commit 6fe2c52cab
+1 -1
View File
@@ -64,7 +64,7 @@ class Server implements OnRequestInterface
* @throws NotFoundExceptionInterface * @throws NotFoundExceptionInterface
* @throws Exception * @throws Exception
*/ */
public function init() public function init(): void
{ {
$this->emitter = $this->container->get(HttpResponseEmitter::class); $this->emitter = $this->container->get(HttpResponseEmitter::class);