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.
2 parents 05ecab4 + ad1c1cb commit e42c005Copy full SHA for e42c005
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