/var/www/cobraambalaj/vendor/fakerphp/faker/src/Faker/Provider/lv_LV
NameSizeModeActions
Address.php53980644editdlrm
Color.php5440644editdlrm
Internet.php2930644editdlrm
Payment.php6640644editdlrm
Person.php553990644editdlrm
PhoneNumber.php2960644editdlrm
Edit: /var/www/cobraambalaj/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Address.php (5398B)
generator->parse($format); } public static function country() { return static::randomElement(static::$country); } public static function postcode() { return static::toUpper(static::bothify(static::randomElement(static::$postcode))); } public static function regionSuffix() { return static::randomElement(static::$regionSuffix); } public static function region() { return static::randomElement(static::$region); } public static function cityPrefix() { return static::randomElement(static::$cityPrefix); } public function city() { return static::randomElement(static::$city); } public static function streetPrefix() { return static::randomElement(static::$streetPrefix); } public static function street() { return static::randomElement(static::$street); } }