/home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/ro_RO
NameSizeModeActions
Address.php119900644editdlrm
Payment.php6680644editdlrm
Person.php171810644editdlrm
PhoneNumber.php18290644editdlrm
Text.php206630644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/ro_RO/Address.php (11990B)
generator->parse($format); } /** * @example 'Cluj' */ public function county() { return static::randomElement(static::$counties); } public function address() { $format = static::randomElement(static::$addressFormats); return $this->generator->parse($format); } public function streetAddress() { $format = static::randomElement(static::$streetAddressFormats); return $this->generator->parse($format); } }