Fix directory name
This commit is contained in:
13
src/Twig/Component/Badge.php
Normal file
13
src/Twig/Component/Badge.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pcm\BadgeBundle\Twig\Component;
|
||||
|
||||
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
|
||||
|
||||
#[AsTwigComponent(template: "@PcmBadge/components/Badge.html.twig")]
|
||||
final class Badge
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user