Skip to content

Commit 3d514cf

Browse files
committed
disable compiler sharing
1 parent a5f0054 commit 3d514cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private function initiateORM(): void
183183
return new GeneratorQueue($app, $schemaConfig);
184184
});
185185

186-
$this->app->singleton(CompilerInterface::class, static function (Container $app): CompilerInterface {
186+
$this->app->bind(CompilerInterface::class, static function (Container $app): CompilerInterface {
187187
/** @var Registry $registry */
188188
$registry = $app->make(Registry::class);
189189

0 commit comments

Comments
 (0)