Skip to content

Commit

Permalink
add alpha_spaces in $baseValidator array
Browse files Browse the repository at this point in the history
  • Loading branch information
DenislavParvanov committed Dec 7, 2018
1 parent c421389 commit 339aa65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ protected function registerBaseValidators()
'numeric' => new Rules\Numeric,
'alpha_num' => new Rules\AlphaNum,
'alpha_dash' => new Rules\AlphaDash,
'alpha_spaces' => new Rules\AlphaSpaces,
'in' => new Rules\In,
'not_in' => new Rules\NotIn,
'min' => new Rules\Min,
Expand Down

0 comments on commit 339aa65

Please sign in to comment.