Skip to content

Commit

Permalink
Merge pull request #71 from BitBagCommerce/hotfix/migration_path
Browse files Browse the repository at this point in the history
migrations path fix
  • Loading branch information
pbalcerzak authored Sep 23, 2022
2 parents 7ff4ccc + 2f3bf51 commit 5c70c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Application/config/packages/doctrine_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ doctrine_migrations:
table_storage:
table_name: sylius_migrations
migrations_paths:
'BitBag\SyliusAdyenPlugin\Migrations': '%kernel.project_dir%/../../src/Migrations'
'App\Migrations': '%kernel.project_dir%/src/Migrations'

0 comments on commit 5c70c7b

Please sign in to comment.