There was an error while loading. Please reload this page.
1 parent 3ac83c3 commit ed0307fCopy full SHA for ed0307f
1 file changed
src/Rules/BaseValidationRule.php
@@ -9,7 +9,7 @@ abstract class BaseValidationRule implements ValidationRule
9
{
10
public static function extend(string $attribute, mixed $value, array $parameters, ValidatorContract $validator): bool
11
12
- $success = false;
+ $success = true;
13
14
static::fromParameters($parameters, $attribute)->validate(
15
attribute: $attribute,
0 commit comments