Skip to content

Commit e05d202

Browse files
authored
Merge pull request #403 from dant89/patch-1
Update index.rst adding project_dir to the first migration_path example
2 parents b8de89f + 9d03797 commit e05d202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ application:
4545
doctrine_migrations:
4646
# List of namespace/path pairs to search for migrations, at least one required
4747
migrations_paths:
48-
'App\Migrations': 'src/App'
48+
'App\Migrations': '%kernel.project_dir%/src/App'
4949
'AnotherApp\Migrations': '/path/to/other/migrations'
5050
'SomeBundle\Migrations': '@SomeBundle/Migrations'
5151

0 commit comments

Comments
 (0)