7 lines
251 B
YAML
7 lines
251 B
YAML
doctrine_migrations:
|
|
migrations_paths:
|
|
- '%kernel.project_dir%/src/Migrations'
|
|
# namespace is arbitrary but should be different from App\Migrations
|
|
# as migrations classes should NOT be autoloaded
|
|
# namespace: DoctrineMigrations
|