Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 27, 2024
1 parent ecae9ec commit cd9999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ By adding a `stopOnFirstFailure` property to your request class, you may inform
<a name="customizing-the-redirect-location"></a>
#### Customizing the Redirect Location

As previously discussed, a redirect response will be generated to send the user back to their previous location when form request validation fails. However, you are free to customize this behavior. To do so, define a `$redirect` property on your form request:
When form request validation fails, a redirect response will be generated to send the user back to their previous location. However, you are free to customize this behavior. To do so, define a `$redirect` property on your form request:

/**
* The URI that users should be redirected to if validation fails.
Expand Down

0 comments on commit cd9999d

Please sign in to comment.