We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb1e3b commit 4b9caa2Copy full SHA for 4b9caa2
src/WebContextParamModule.php
@@ -38,5 +38,6 @@ protected function configure()
38
);
39
$this->bind(Reader::class)->to(AnnotationReader::class)->in(Scope::SINGLETON);
40
$this->bind(Cache::class)->to(ArrayCache::class)->in(Scope::SINGLETON);
41
+ $this->bind(WebContext::class);
42
}
43
0 commit comments