This commit is contained in:
snipe
2013-11-27 12:25:48 -05:00
parent da96126445
commit 6552401fd8
+1 -1
View File
@@ -2,5 +2,5 @@
Validator::extend('alpha_space', function($attribute,$value,$parameters)
{
return preg_match("/^[-_,!. a-zA-Z0-9]+$/",$value);
return preg_match("/^[-+_,!. a-zA-Z0-9]+$/",$value);
});