remove unused property

This commit is contained in:
Julien Fastré 2025-04-25 18:26:22 +02:00
parent a996b05ead
commit b8826c6c0f
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -29,7 +29,6 @@ class SocialIssueFilter implements FilterInterface
use ExportDataNormalizerTrait;
public function __construct(
private readonly TranslatorInterface $translator,
private readonly SocialIssueRender $socialIssueRender,
private readonly SocialIssueRepository $socialIssueRepository,
) {}