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