mirror of
https://github.com/resources-manager/resources-manager-webui.git
synced 2024-11-01 04:10:36 +01:00
6 lines
233 B
YAML
6 lines
233 B
YAML
doctrine_migrations:
|
|
dir_name: '%kernel.project_dir%/src/Migrations'
|
|
# namespace is arbitrary but should be different from App\Migrations
|
|
# as migrations classes should NOT be autoloaded
|
|
namespace: DoctrineMigrations
|