We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c3529 commit 2a72254Copy full SHA for 2a72254
src/lib/Resolver/IconPathResolver.php
@@ -67,10 +67,11 @@ public function onConfigScopeChange(ScopeChangeEvent $event): void
67
68
private function iconMapping(string $icon): string
69
{
70
- $iconsMap = $this->configResolver->getParameter('assets.icon_map');
+ $iconsMap = $this->configResolver->getParameter('assets.icon_map');
71
if (isset($iconsMap[$icon])) {
72
return $iconsMap[$icon];
73
}
74
+
75
return $icon;
76
77
0 commit comments