src/Twig/Components/HomeHero.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Twig\Components;
  3. use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
  4. #[AsTwigComponent('HomeHero')]
  5. class HomeHero
  6. {
  7. public string $title;
  8. }