Skip to content

Commit

Permalink
Updated the postal_code message
Browse files Browse the repository at this point in the history
  • Loading branch information
satrobit authored Aug 15, 2019
1 parent 98e8121 commit 009d0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IrValidatorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function messages()
'national_code' => 'The :attribute is not a valid Iranian national code.',
'iban' => 'The :attribute is not a valid IBAN account number.',
'debit_card' => 'The :attribute is not a valid debit card number.',
'postal_code' => 'The :attribute is not a valid debit postal code.',
'postal_code' => 'The :attribute is not a valid postal code.',
];
}

Expand Down

0 comments on commit 009d0ef

Please sign in to comment.