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 b8de89f commit 3e0f574Copy full SHA for 3e0f574
Resources/doc/index.rst
@@ -48,6 +48,7 @@ application:
48
'App\Migrations': 'src/App'
49
'AnotherApp\Migrations': '/path/to/other/migrations'
50
'SomeBundle\Migrations': '@SomeBundle/Migrations'
51
+ 'OtherApp\Migrations': '%kernel.project_dir%/src/OtherApp/Migrations'
52
53
# List of additional migration classes to be loaded, optional
54
migrations:
0 commit comments