- trop de trucs d'un coup... je vais faire attention ensuite ^^'
This commit is contained in:
11
src/Twig/Components/BootstrapModal.php
Normal file
11
src/Twig/Components/BootstrapModal.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Twig\Components;
|
||||
|
||||
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
|
||||
|
||||
#[AsTwigComponent]
|
||||
class BootstrapModal
|
||||
{
|
||||
public ?string $id = null;
|
||||
}
|
||||
Reference in New Issue
Block a user