Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1094 from coozplz/hotfix/change_postcode_format
Browse files Browse the repository at this point in the history
Change postal code format for ko_KR
  • Loading branch information
fzaninotto authored Nov 29, 2016
2 parents 70572ab + c2f473d commit a57873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/ko_KR/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Address extends \Faker\Provider\Address
{
protected static $postcode = array('###-###');
protected static $postcode = array('#####');
protected static $buildingNumber = array('####', '###');
protected static $metropolitanCity = array(
'서울특별시', '부산광역시', '대구광역시', '인천광역시', '광주광역시', '대전광역시', '울산광역시',
Expand Down

0 comments on commit a57873a

Please sign in to comment.