Skip to content

Commit 103b33f

Browse files
committed
untargetting binding for WebContext
1 parent d0bf673 commit 103b33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebContextParamModule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ protected function configure()
3838
);
3939
$this->bind(Reader::class)->to(AnnotationReader::class)->in(Scope::SINGLETON);
4040
$this->bind(Cache::class)->to(ArrayCache::class)->in(Scope::SINGLETON);
41+
$this->bind(WebContext::class);
4142
}
4243
}

0 commit comments

Comments
 (0)