<?php
namespace App\Twig\Components;
use App\Entity\Testimonial;
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent('SingleTestimonial')]
class SingleTestimonial
{
public Testimonial $testimonial;
}