This commit is contained in:
nuno maduro
2026-04-14 09:36:38 -07:00
parent 7cbb1fcdb2
commit e616eab9fb

View File

@ -176,9 +176,5 @@ final class Laravel extends AbstractPreset
->toImplement('Illuminate\Contracts\Container\ContextualAttribute') ->toImplement('Illuminate\Contracts\Container\ContextualAttribute')
->toHaveAttribute('Attribute') ->toHaveAttribute('Attribute')
->toHaveMethod('resolve'); ->toHaveMethod('resolve');
$this->expectations[] = expect('App\Rules')
->classes()
->toImplement('Illuminate\Contracts\Validation\ValidationRule');
} }
} }