Website/config/packages/doctrine_migrations.yaml

7 lines
282 B
YAML
Raw Normal View History

2024-07-12 22:56:04 +00:00
doctrine_migrations:
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
2024-07-30 03:36:45 +00:00
'DoctrineMigrations': '%kernel.project_dir%/src/Framework/Migrations'
2024-07-12 22:56:04 +00:00
enable_profiler: false