/var/www/cobraambalaj/vendor/fakerphp/faker/src/Faker/Provider/zh_CN
NameSizeModeActions
Address.php71860644editdlrm
Color.php39580644editdlrm
Company.php95860644editdlrm
DateTime.php12830644editdlrm
Internet.php6750644editdlrm
Payment.php9520644editdlrm
Person.php51390644editdlrm
PhoneNumber.php7930644editdlrm
Edit: /var/www/cobraambalaj/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Address.php (7186B)
city() . static::area(); } public static function postcode() { $prefix = str_pad(self::numberBetween(1, 85), 2, 0, STR_PAD_LEFT); $suffix = '00'; return $prefix . self::numberBetween(10, 88) . $suffix; } }