Skip to content

Commit

Permalink
Merge pull request #98 from sosuke-ito/remove-fake-app-on-named-module
Browse files Browse the repository at this point in the history
remove FakeApplication binding on NamedModule
  • Loading branch information
koriym authored Aug 17, 2016
2 parents db2c7d7 + d199697 commit 64d56b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Module/Constant/NamedModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function __construct(array $names)
*/
protected function configure()
{
$this->bind(FakeApplication::class);
foreach ($this->names as $annotatedWith => $instance) {
$this->bind()->annotatedWith($annotatedWith)->toInstance($instance);
}
Expand Down

0 comments on commit 64d56b4

Please sign in to comment.