Skip to content

Commit

Permalink
Let the user decide if they want to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Nov 28, 2024
1 parent db36db8 commit 19726f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Forms/Concerns/WithAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ protected function keys(): array

protected function request(): FormRequest
{
$this->validate();

return (new FormRequest)->merge($this->all());
}

Expand Down

0 comments on commit 19726f8

Please sign in to comment.