/var/www/flurhymez/vendor/fakerphp/faker/src/Faker/Provider/fa_IR
NameSizeModeActions
Address.php30290644editdlrm
Company.php16890644editdlrm
Internet.php40470644editdlrm
Person.php371150644editdlrm
PhoneNumber.php23390644editdlrm
Text.php1414570644editdlrm
Edit: /var/www/flurhymez/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Internet.php (4047B)
generator->parse($format)); } /** * @example 'ahmad.ir' */ public function domainName() { return static::randomElement(static::$lastNameAscii) . '.' . $this->tld(); } }