Skip to content

Commit

Permalink
Merge pull request #4 from ray-di/spike
Browse files Browse the repository at this point in the history
untargetting binding for WebContext
  • Loading branch information
koriym committed Jul 15, 2015
2 parents d0bf673 + 103b33f commit 876346b
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 876346b

Please sign in to comment.