变更
This commit is contained in:
@@ -71,8 +71,7 @@ class OnRequest implements OnRequestInterface
|
|||||||
}
|
}
|
||||||
$this->exception = $container->get($exception);
|
$this->exception = $container->get($exception);
|
||||||
$this->router = $container->get(DataGrip::class)->get(ROUTER_TYPE_HTTP);
|
$this->router = $container->get(DataGrip::class)->get(ROUTER_TYPE_HTTP);
|
||||||
|
$this->emitter = $this->response->emmit;
|
||||||
$this->emitter = Kiri::service()->get('response')->emmit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user