Skip to content

Commit e42c005

Browse files
committed
Merge pull request #5 from codeinabox/readme-path-corrections
Corrected path configuration example
2 parents 05ecab4 + ad1c1cb commit e42c005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Configure the path to your migrations:
1212
````yaml
1313
# app/config.yml
1414
phpcr_migrations:
15-
path: %kernel.root_dir%/phpcr-migrations
15+
paths: [%kernel.root_dir%/phpcr-migrations]
1616
````
1717

1818
Or the bundle will automatically pick up any migrations in the

0 commit comments

Comments
 (0)