diff --git a/src/Module/Constant/NamedModule.php b/src/Module/Constant/NamedModule.php index c7ef0482..e6b303f8 100644 --- a/src/Module/Constant/NamedModule.php +++ b/src/Module/Constant/NamedModule.php @@ -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); }