This commit is contained in:
2023-04-24 11:51:45 +08:00
parent 54f3487b30
commit 385c297f56
+1 -2
View File
@@ -71,8 +71,7 @@ class OnRequest implements OnRequestInterface
}
$this->exception = $container->get($exception);
$this->router = $container->get(DataGrip::class)->get(ROUTER_TYPE_HTTP);
$this->emitter = Kiri::service()->get('response')->emmit;
$this->emitter = $this->response->emmit;
}
/**