We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4cb97d + f009bca commit 196d95aCopy full SHA for 196d95a
doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml
@@ -10,6 +10,9 @@ doctrine:
10
charset: utf8mb4
11
default_table_options:
12
collate: utf8mb4_unicode_ci
13
+
14
+ # backtrace queries in profiler (increases memory usage per request)
15
+ #profiling_collect_backtrace: '%kernel.debug%'
16
orm:
17
auto_generate_proxy_classes: true
18
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
0 commit comments