Skip to content

Commit

Permalink
bug #229 Fix build (SirDomin)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zales0123 authored Jan 7, 2022
2 parents 1c7f33c + f069f97 commit b05ba25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/SyliusPayPalExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function prepend(ContainerBuilder $container): void
return;
}

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

0 comments on commit b05ba25

Please sign in to comment.