Skip to content

Commit 9be0bcd

Browse files
committed
explicitly disable controller resolver auto mapping to avoid doctrine deprecation warning
1 parent ac405c2 commit 9be0bcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
doctrine:
22
orm:
33
auto_mapping: true
4+
controller_resolver:
5+
auto_mapping: false

0 commit comments

Comments
 (0)