diff --git a/config/packages/dev/doctrine.yaml b/config/packages/dev/doctrine.yaml new file mode 100644 index 0000000000..5c75cc4aa4 --- /dev/null +++ b/config/packages/dev/doctrine.yaml @@ -0,0 +1,5 @@ +doctrine: + dbal: + connections: + default: + profiling_collect_backtrace: '%kernel.debug%'