This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace App\Models\Validation\Validators;
|
||||
|
||||
use App\Models\Validation\Validators\Validator;
|
||||
use App\Models\Validation\Validators\NextValidator;
|
||||
|
||||
class OkValidator extends Validator {
|
||||
class OkValidator extends NextValidator {
|
||||
public function isCurrentValid(): bool
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user