Merge pull request #1122 from 94noni/patch-1

Doctrine Migration profiler disabled by default
This commit is contained in:
Fabien Potencier
2022-08-29 18:49:20 +02:00
committed by GitHub
@@ -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