src/Twig/Components/ServiceBlock.php line 9

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