Skip to content

Commit 876346b

Browse files
committed
Merge pull request #4 from ray-di/spike
untargetting binding for WebContext
2 parents d0bf673 + 103b33f commit 876346b

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)