Skip to content

Commit

Permalink
multi domain fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luksh123 committed Jan 1, 2025
1 parent 61c94f6 commit 5f6543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/TranslationExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function loadConfiguration(): void
throw new InvalidArgument('Missing DSN parameter in definitions of providers.');

$reflection = new ReflectionClass(DIHelpers::unwrapEntity($v1['provider']));
bdump($reflection);

if (!$reflection->implementsInterface(ProviderFactoryInterface::class)) {
throw new InvalidArgument('Provider must implement interface "' . ProviderFactoryInterface::class . '".');

Expand Down

0 comments on commit 5f6543a

Please sign in to comment.