We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f0054 commit 3d514cfCopy full SHA for 3d514cf
src/ServiceProvider.php
@@ -183,7 +183,7 @@ private function initiateORM(): void
183
return new GeneratorQueue($app, $schemaConfig);
184
});
185
186
- $this->app->singleton(CompilerInterface::class, static function (Container $app): CompilerInterface {
+ $this->app->bind(CompilerInterface::class, static function (Container $app): CompilerInterface {
187
/** @var Registry $registry */
188
$registry = $app->make(Registry::class);
189
0 commit comments