Skip to content

Commit

Permalink
Added missing custom validators error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Mar 20, 2016
1 parent 9db593e commit b3b8b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MicheleAngioni/Support/SupportServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function registerCustomValidators()
'alpha_complete' => 'Only the following characters are allowed: alphabetic, numbers, spaces, slashes and several punctuation characters.',
'alpha_space' => 'Only the following characters are allowed: alphabetic, numbers and spaces.',
'alpha_underscore' => 'Only the following characters are allowed: alphabetic, numbers and underscores.',
'alphanumeric_names' => 'Only the following characters are allowed: letters, numbers, menus, apostrophes, underscores and spaces.',
'alphanumeric_dotted_names' => 'Only the following characters are allowed: letters, numbers, menus, apostrophes, underscores, dots and spaces.',
'alpha_names' => 'Only the following characters are allowed: alphabetic, menus, apostrophes, underscores and spaces.',
];

Expand Down

0 comments on commit b3b8b61

Please sign in to comment.