We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38c79 commit 0b8610eCopy full SHA for 0b8610e
src/Services.php
@@ -50,6 +50,7 @@ private function registerCoreHttpServices(Injector $injector) {
50
$injector->share(Engine::class);
51
$injector->alias(Engine::class, HttpEngine::class);
52
$injector->share(HttpEventFactory::class);
53
+ $injector->share(Request::createFromGlobals());
54
$this->registerRouterServices($injector);
55
}
56
0 commit comments