We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bf673 commit 103b33fCopy full SHA for 103b33f
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