Change function to be pcm_icon instead of icon

This commit is contained in:
brabli
2023-06-26 21:30:07 +01:00
parent 6ad58d9cfc
commit 90a354f822

View File

@@ -16,7 +16,7 @@ final class IconExtension extends AbstractExtension
public function getFunctions(): array
{
return [
new TwigFunction('icon', [IconRuntime::class, 'renderIcon'])
new TwigFunction('pcm_icon', [IconRuntime::class, 'renderIcon'])
];
}
}