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
363cbc8a76
commit
73d80af80a
@ -70,7 +70,7 @@ class Gender
|
||||
|
||||
public function setGenderTranslation(GenderEnum $genderTranslation): void
|
||||
{
|
||||
$this->$genderTranslation = $genderTranslation;
|
||||
$this->genderTranslation = $genderTranslation;
|
||||
}
|
||||
|
||||
public function getIcon(): GenderIconEnum
|
||||
|
Loading…
x
Reference in New Issue
Block a user