Skip to content

Commit 2c135cf

Browse files
authored
Doctrine Migration profiler disabled by default
1 parent c31b29c commit 2c135cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/doctrine-migrations-bundle/3.1/config/packages/doctrine_migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ doctrine_migrations:
33
# namespace is arbitrary but should be different from App\Migrations
44
# as migrations classes should NOT be autoloaded
55
'DoctrineMigrations': '%kernel.project_dir%/migrations'
6-
enable_profiler: '%kernel.debug%'
6+
enable_profiler: false # '%kernel.debug%'

0 commit comments

Comments
 (0)