/var/www/flurhymez/vendor/fakerphp/faker/src/Faker/Provider/ja_JP
NameSizeModeActions
Address.php84890644editdlrm
Company.php3640644editdlrm
Internet.php29370644editdlrm
Person.php57660644editdlrm
PhoneNumber.php4300644editdlrm
Text.php1489090644editdlrm
Edit: /var/www/flurhymez/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Internet.php (2937B)
generator->parse($format)); } /** * @example 'yamada.jp' */ public function domainName() { return static::randomElement(static::$lastNameAscii) . '.' . $this->tld(); } }