/home/techb158/ileadtechnology.com/vendor/fzaninotto/faker/src/Faker/Provider/el_GR
NameSizeModeActions
Address.php184340644editdlrm
Company.php22540644editdlrm
Payment.php6680644editdlrm
Person.php345840644editdlrm
PhoneNumber.php19740644editdlrm
Text.php5456610644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/fzaninotto/faker/src/Faker/Provider/el_GR/Person.php (34584B)
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); } }