Skip to content

Commit 339aa65

Browse files
add alpha_spaces in $baseValidator array
1 parent c421389 commit 339aa65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Validator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ protected function registerBaseValidators()
129129
'numeric' => new Rules\Numeric,
130130
'alpha_num' => new Rules\AlphaNum,
131131
'alpha_dash' => new Rules\AlphaDash,
132+
'alpha_spaces' => new Rules\AlphaSpaces,
132133
'in' => new Rules\In,
133134
'not_in' => new Rules\NotIn,
134135
'min' => new Rules\Min,

0 commit comments

Comments
 (0)