Skip to content

Commit 3e0f574

Browse files
authored
Update index.rst
An example using `%kernel.project_dir%` is useful because it doesn't break if you run console from a location other than the project root.
1 parent b8de89f commit 3e0f574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ application:
4848
'App\Migrations': 'src/App'
4949
'AnotherApp\Migrations': '/path/to/other/migrations'
5050
'SomeBundle\Migrations': '@SomeBundle/Migrations'
51+
'OtherApp\Migrations': '%kernel.project_dir%/src/OtherApp/Migrations'
5152
5253
# List of additional migration classes to be loaded, optional
5354
migrations:

0 commit comments

Comments
 (0)