/home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/ar_JO
NameSizeModeActions
Address.php99920644editdlrm
Company.php17690644editdlrm
Internet.php16360644editdlrm
Person.php194060644editdlrm
Text.php1762030644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/ar_JO/Internet.php (1636B)
generator->parse($format)); } /** * @example 'wewebit.jo' */ public function domainName() { return static::randomElement(static::$lastNameAscii) . '.' . $this->tld(); } }