Skip to content

Commit

Permalink
bind WebContext
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 6, 2015
1 parent 4bb1e3b commit 4b9caa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebContextParamModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ protected function configure()
);
$this->bind(Reader::class)->to(AnnotationReader::class)->in(Scope::SINGLETON);
$this->bind(Cache::class)->to(ArrayCache::class)->in(Scope::SINGLETON);
$this->bind(WebContext::class);
}
}

0 comments on commit 4b9caa2

Please sign in to comment.