symfony / demo

Symfony Demo Application
https://symfony.com/
MIT License
2.46k stars 1.61k forks source link

Update doctrine.yaml #1496

Closed seb-jean closed 6 months ago

seb-jean commented 6 months ago

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

when@dev:
    doctrine:
        dbal:
            profiling_collect_backtrace: true
javiereguiluz commented 6 months ago

Good catch! And it simplifies config. Thanks @seb-jean.