This commit is contained in:
Julien Fastré 2024-02-07 13:25:49 +01:00
parent f02168950f
commit 439fecd69f
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -25,7 +25,8 @@ final readonly class WithParticipationBetweenDatesFilter implements FilterInterf
{
public function __construct(
private RollingDateConverterInterface $rollingDateConverter,
) {}
) {
}
public function addRole(): ?string
{