Skip to content

Commit 96d11c2

Browse files
authored
Merge pull request #1122 from 94noni/patch-1
Doctrine Migration profiler disabled by default
2 parents c31b29c + 09525c4 commit 96d11c2

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

0 commit comments

Comments
 (0)