Files
TijdVoorDeTest/config/packages/doctrine_migrations.yaml
T
2025-09-28 18:14:58 +02:00

7 lines
270 B
YAML

doctrine_migrations:
migrations_paths:
# namespace is arbitrary but should be different from Tvdt\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/migrations'
enable_profiler: false