File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 ->set ('.ux_icons.iconify ' , Iconify::class)
2929 ->args ([
30- service ('cache.ux.icons ' ),
30+ service ('.ux_icons.cache ' ),
3131 abstract_arg ('endpoint ' ),
3232 service ('http_client ' )->nullOnInvalid (),
3333 ])
Original file line number Diff line number Diff line change 2424
2525return static function (ContainerConfigurator $ container ): void {
2626 $ container ->services ()
27- ->set ('cache.ux.icons ' )
27+ ->set ('.ux_icons.cache ' )
2828 ->parent ('cache.system ' )
2929 ->private ()
3030 ->tag ('cache.pool ' )
3131
3232 ->set ('.ux_icons.cache_icon_registry ' , CacheIconRegistry::class)
3333 ->args ([
3434 service ('.ux_icons.chain_registry ' ),
35- service ('cache.ux.icons ' ),
35+ service ('.ux_icons.cache ' ),
3636 ])
3737
3838 ->set ('.ux_icons.local_svg_icon_registry ' , LocalSvgIconRegistry::class)
You can’t perform that action at this time.
0 commit comments