Skip to content

Commit b294873

Browse files
committed
Removed deprecated configuration key metadata_cache_driver from DoctrineBundle config for 2.3 and 2.4
1 parent fe075cc commit b294873

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

doctrine/doctrine-bundle/2.3/config/packages/prod/doctrine.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
doctrine:
22
orm:
33
auto_generate_proxy_classes: false
4-
metadata_cache_driver:
5-
type: pool
6-
pool: doctrine.system_cache_pool
74
query_cache_driver:
85
type: pool
96
pool: doctrine.system_cache_pool

doctrine/doctrine-bundle/2.4/config/packages/prod/doctrine.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
doctrine:
22
orm:
33
auto_generate_proxy_classes: false
4-
metadata_cache_driver:
5-
type: pool
6-
pool: doctrine.system_cache_pool
74
query_cache_driver:
85
type: pool
96
pool: doctrine.system_cache_pool

0 commit comments

Comments
 (0)