Doctrine Migration profiler disabled by default

This commit is contained in:
Antoine Makdessi
2022-08-29 10:30:34 +02:00
committed by GitHub
parent c31b29c79d
commit 2c135cf86c
@@ -3,4 +3,4 @@ doctrine_migrations:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/migrations'
enable_profiler: '%kernel.debug%'
enable_profiler: false # '%kernel.debug%'