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 a772882 + 5f075b2 commit eaf9135Copy full SHA for eaf9135
config/packages/doctrine.yaml
@@ -31,6 +31,8 @@ doctrine:
31
dir: '%kernel.project_dir%/src/Entity'
32
prefix: 'App\Entity'
33
alias: App
34
+ controller_resolver:
35
+ auto_mapping: false
36
37
when@test:
38
doctrine:
symfony.lock
@@ -27,12 +27,12 @@
27
"version": "v0.5.3"
28
},
29
"doctrine/doctrine-bundle": {
30
- "version": "2.11",
+ "version": "2.12",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
- "version": "2.10",
- "ref": "c170ded8fc587d6bd670550c43dafcf093762245"
+ "ref": "32f890075233ac4a1176e848a0f8e932ac6536d6"
"files": [
"config/packages/doctrine.yaml",
0 commit comments