File tree
2 files changed
+3
-9
lines changed- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
2 files changed
+3
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1555 | 1555 |
| |
1556 | 1556 |
| |
1557 | 1557 |
| |
1558 |
| - | |
| 1558 | + | |
1559 | 1559 |
| |
1560 | 1560 |
| |
1561 | 1561 |
| |
|
Lines changed: 2 additions & 8 deletions
@@ -68,10 +68,11 @@
68
68
param('kernel.cache_dir').'/annotations.php',
69
69
service('cache.annotations'),
70
70
])
71
+ ->tag('container.hot_path')
71
72
72
73
->set('annotations.cache', DoctrineProvider::class)
73
74
->args([
74
- service('annotations.cache_adapter')
75
+ service('annotations.cache_adapter'),
75
76
])
76
77
->tag('container.hot_path')
77
78
@@ -86,13 +87,6 @@
86
87
inline_service(ArrayAdapter::class),
87
88
abstract_arg('Debug-Flag'),
88
89
])
89
- ->set('annotations.psr_cache', PhpArrayAdapter::class)
90
- ->factory([PhpArrayAdapter::class, 'create'])
66C0
91
- ->args([
92
- param('kernel.cache_dir').'/annotations.php',
93
- service('cache.annotations'),
94
- ])
95
- ->tag('container.hot_path')
96
90
;
97
91
}
98
92
};
0 commit comments