/home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/ko_KR
NameSizeModeActions
Address.php69440644editdlrm
Company.php9710644editdlrm
Internet.php48580644editdlrm
Person.php44470644editdlrm
PhoneNumber.php10860644editdlrm
Text.php3065800644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/ko_KR/Internet.php (4858B)
generator->parse($format)); } /** * @example 'kim.kr' */ public function domainName() { return static::randomElement(static::$lastNameAscii) . '.' . $this->tld(); } }