mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Fix getter in gender entity
This commit is contained in:
		| @@ -70,7 +70,7 @@ class Gender | ||||
|  | ||||
|     public function setGenderTranslation(GenderEnum $genderTranslation): void | ||||
|     { | ||||
|         $this->$genderTranslation = $genderTranslation; | ||||
|         $this->genderTranslation = $genderTranslation; | ||||
|     } | ||||
|  | ||||
|     public function getIcon(): GenderIconEnum | ||||
|   | ||||
		Reference in New Issue
	
	Block a user