Update template prefix

This commit is contained in:
2024-08-08 11:52:30 +01:00
parent 9031a1bb91
commit bdfceeeb02

View File

@@ -33,7 +33,7 @@ final class PcmBadgeBundle extends AbstractBundle
$builder->prependExtensionConfig('twig_component', [
'defaults' => [
'Pcm\BadgeBundle\Twig\Component\\' => [
'template_directory' => '@Pcm/components/',
'template_directory' => '@PcmBadge/components/',
'name_prefix' => 'Pcm',
],
],