mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix getter in gender entity
This commit is contained in:
parent
a1db1a1d65
commit
11f75bf6f1
@ -70,7 +70,7 @@ class Gender
|
|||||||
|
|
||||||
public function setGenderTranslation(GenderEnum $genderTranslation): void
|
public function setGenderTranslation(GenderEnum $genderTranslation): void
|
||||||
{
|
{
|
||||||
$this->$genderTranslation = $genderTranslation;
|
$this->genderTranslation = $genderTranslation;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getIcon(): GenderIconEnum
|
public function getIcon(): GenderIconEnum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user