Skip to content

Commit 045cdff

Browse files
committed
Remove no longer existing config-key for doctrine/orm for sf 7.x
1 parent 7296c9a commit 045cdff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

demo/symfony7.x-types/config/packages/doctrine.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ doctrine:
66
# either here or in the DATABASE_URL env var (see .env file)
77
#server_version: '13'
88
orm:
9-
auto_generate_proxy_classes: true
109
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
1110
auto_mapping: true
1211
mappings:

demo/symfony7.x/config/packages/doctrine.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ doctrine:
66
# either here or in the DATABASE_URL env var (see .env file)
77
#server_version: '13'
88
orm:
9-
auto_generate_proxy_classes: true
109
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
1110
auto_mapping: true
1211
mappings:

0 commit comments

Comments
 (0)