src/Twig/Components/SingleTestimonial.php line 9

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