Skip to content

Commit 54b93c3

Browse files
committed
minor #1496 Update doctrine.yaml (seb-jean)
This PR was merged into the main branch. Discussion ---------- Update doctrine.yaml I removed from `doctrine.yaml` code below because since Symfony 6.4, `profiling_collect_backtrace` is here : https://github.com/symfony/demo/blob/main/config/packages/doctrine.yaml#L9 ```yaml when@dev: doctrine: dbal: profiling_collect_backtrace: true ``` Commits ------- 986ec12 Update doctrine.yaml
2 parents af72ef2 + 986ec12 commit 54b93c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/packages/doctrine.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,3 @@ when@prod:
4747
adapter: cache.app
4848
doctrine.system_cache_pool:
4949
adapter: cache.system
50-
51-
when@dev:
52-
doctrine:
53-
dbal:
54-
profiling_collect_backtrace: true

0 commit comments

Comments
 (0)