Skip to content

Commit

Permalink
remove FakeApplication binding on NamedModule
Browse files Browse the repository at this point in the history
  • Loading branch information
sosuke-ito committed Aug 17, 2016
1 parent db2c7d7 commit d199697
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 d199697

Please sign in to comment.