mollie / Sylius

Mollie payment gateway integration for Sylius
MIT License
4 stars 17 forks source link

Don't put the migrations path on the top of the config #16

Closed rjbijl closed 7 months ago

rjbijl commented 12 months ago

Make sure the applications default migrations path stay on the top of the list. Otherwise we overwrite the default migrations path for the entire application. This is the way that adding migrations paths is also done in the Sylius Core bundle (see https://github.com/Sylius/Sylius/blob/1.13/src/Sylius/Bundle/CoreBundle/DependencyInjection/PrependDoctrineMigrationsTrait.php)