Skip to content

Commit

Permalink
minor #1496 Update doctrine.yaml (seb-jean)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 19, 2024
2 parents af72ef2 + 986ec12 commit 54b93c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,3 @@ when@prod:
adapter: cache.app
doctrine.system_cache_pool:
adapter: cache.system

when@dev:
doctrine:
dbal:
profiling_collect_backtrace: true

0 comments on commit 54b93c3

Please sign in to comment.