mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-25 04:09:11 -04:00
ALPHA 3.0.2
This commit is contained in:
0
vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/Factory.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/Factory.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/PresenceVerifierInterface.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/PresenceVerifierInterface.php
vendored
Normal file → Executable file
@@ -250,7 +250,7 @@ class ValidationRuleParser
|
||||
{
|
||||
$rule = strtolower($rule);
|
||||
|
||||
if ($rule === 'regex' || $rule === 'not_regex' || $rule === 'notregex') {
|
||||
if (in_array($rule, ['regex', 'not_regex', 'notregex'], true)) {
|
||||
return [$parameter];
|
||||
}
|
||||
|
||||
|
||||
0
vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/Validator.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/Validator.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Validation/composer.json
vendored
Normal file → Executable file
Reference in New Issue
Block a user