/home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/ja_JP
NameSizeModeActions
Address.php85420644editdlrm
Company.php3730644editdlrm
Internet.php29660644editdlrm
Person.php57890644editdlrm
PhoneNumber.php4360644editdlrm
Text.php1488990644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/ja_JP/Internet.php (2966B)
generator->parse($format)); } /** * @example 'yamada.jp' */ public function domainName() { return static::randomElement(static::$lastNameAscii) . '.' . $this->tld(); } }