/var/www/flurhymez/vendor/fakerphp/faker/src/Faker/Provider/el_GR
NameSizeModeActions
Address.php184040644editdlrm
Company.php22310644editdlrm
Payment.php6820644editdlrm
Person.php345470644editdlrm
PhoneNumber.php105980644editdlrm
Text.php5456570644editdlrm
Edit: /var/www/flurhymez/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Person.php (34547B)
generator->parse(static::randomElement(static::$lastNameFormat)); } /** * @example 'Θεωδωρόπουλος' */ public static function lastNameMale() { return static::randomElement(static::$lastNameMale); } /** * @example 'Κοκκίνου' */ public static function lastNameFemale() { return static::randomElement(static::$lastNameFemale); } }