We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ecab4 commit ad1c1cbCopy full SHA for ad1c1cb
README.md
@@ -12,7 +12,7 @@ Configure the path to your migrations:
12
````yaml
13
# app/config.yml
14
phpcr_migrations:
15
- path: %kernel.root_dir%/phpcr-migrations
+ paths: [%kernel.root_dir%/phpcr-migrations]
16
````
17
18
Or the bundle will automatically pick up any migrations in the
0 commit comments