feat: link ratings widget with feedback list filtered by teamer
addresses #869at5mdu
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
namespace App\Twig\Components;
|
||||
|
||||
use App\Entity\Teamer;
|
||||
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
|
||||
|
||||
#[AsTwigComponent(template: 'components/rating_stars.html.twig')]
|
||||
class RatingStars
|
||||
{
|
||||
public ?int $rating;
|
||||
public ?Teamer $teamer = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user