mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Fix getter in gender entity
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user