mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix accidental removal of -> in GenderAggregator
This commit is contained in:
parent
9d05f2ac2b
commit
5ca558bba3
@ -59,7 +59,7 @@ final readonly class GenderAggregator implements AggregatorInterface
|
|||||||
return $this->translator->trans('Gender');
|
return $this->translator->trans('Gender');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (null === $gender = $this-repository->find((int) $value)) {
|
if (null === $gender = $this->repository->find((int) $value)) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user