/var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/el_GR
NameSizeModeActions
Address.php184340664editdlrm
Company.php22540664editdlrm
Payment.php6680664editdlrm
Person.php345840664editdlrm
PhoneNumber.php19740664editdlrm
Text.php5456610664editdlrm
Edit: /var/www/vhosts/nabawater/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); } }