diff --git a/src/Forms/Concerns/WithAttributes.php b/src/Forms/Concerns/WithAttributes.php index d481b26..204582c 100644 --- a/src/Forms/Concerns/WithAttributes.php +++ b/src/Forms/Concerns/WithAttributes.php @@ -70,8 +70,6 @@ protected function keys(): array protected function request(): FormRequest { - $this->validate(); - return (new FormRequest)->merge($this->all()); }