initial commit
This commit is contained in:
10
vendor/symfony/maker-bundle/templates/twig/Component.tpl.php
vendored
Normal file
10
vendor/symfony/maker-bundle/templates/twig/Component.tpl.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?= "<?php\n" ?>
|
||||
|
||||
namespace <?= $namespace; ?>;
|
||||
|
||||
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
|
||||
|
||||
#[AsTwigComponent]
|
||||
final class <?= $class_name."\n" ?>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user