Skip to content

Commit 587f33b

Browse files
committed
test: doctrine auto mapping controller is deprecated
1 parent 04b5ee9 commit 587f33b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Doctrine/Orm/Tests/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ doctrine:
99
orm:
1010
auto_generate_proxy_classes: '%kernel.debug%'
1111
controller_resolver:
12-
auto_mapping: true
12+
enabled: false
13+
auto_mapping: false
1314
enable_lazy_ghost_objects: true
1415
mappings:
1516
ApiPlatform\Doctrine\Orm\Tests\Fixtures\Entity:

0 commit comments

Comments
 (0)