Skip to content

Commit

Permalink
fix remaining issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hanifhefaz committed Jul 4, 2024
1 parent 466c4f6 commit 2ac4e19
Show file tree
Hide file tree
Showing 3 changed files with 773 additions and 54 deletions.
2 changes: 1 addition & 1 deletion src/Provider/ps_AF/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Address extends \Faker\Provider\Address
'{{buildingNamePrefix}} {{firstName}}',
];

protected static $postcode = ['##########'];
protected static $postcode = ['####'];
protected static $country = ['افغانستان'];

/**
Expand Down
Loading

0 comments on commit 2ac4e19

Please sign in to comment.