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