/home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/lt_LT
NameSizeModeActions
Address.php65640644editdlrm
Company.php4450644editdlrm
Internet.php5480644editdlrm
Payment.php6680644editdlrm
Person.php286820644editdlrm
PhoneNumber.php3470644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/fzaninotto/faker/src/Faker/Provider/lt_LT/Address.php (6564B)
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 citySuffix() { return static::randomElement(static::$citySuffix); } public function city() { return static::randomElement(static::$city); } public static function streetSuffix() { return static::randomElement(static::$streetSuffix); } public static function street() { return static::randomElement(static::$street); } }