Skip to content

Commit b05ba25

Browse files
authored
bug #229 Fix build (SirDomin)
This PR was merged into the 1.3 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.3 | Bug fix? | yes | New feature? | no | Related tickets | Commits ------- f069f97 add assign to doctrine migrations
2 parents 1c7f33c + f069f97 commit b05ba25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/SyliusPayPalExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public function prepend(ContainerBuilder $container): void
5151
return;
5252
}
5353

54+
/** @var array<int|string, mixed> $doctrineConfig */
5455
$doctrineConfig = $container->getExtensionConfig('doctrine_migrations');
5556
$migrationsPath = (array) \array_pop($doctrineConfig)['migrations_paths'];
5657
$container->prependExtensionConfig('doctrine_migrations', [

0 commit comments

Comments
 (0)