mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Merge pull request #1122 from 94noni/patch-1
Doctrine Migration profiler disabled by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user