close #398 Added: Add custom validation type : currency

This commit is contained in:
cuneytsenturk
2018-06-27 19:28:56 +03:00
parent e7c7a472c1
commit 896bc1f2b9
11 changed files with 32 additions and 9 deletions

View File

@ -101,6 +101,7 @@ return [
'attribute-name' => [
'rule-name' => 'custom-message',
],
'invalid_currency' => 'The :attribute code is invalid.',
],
/*