Skip to content

Commit cd9999d

Browse files
committed
wip
1 parent ecae9ec commit cd9999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ By adding a `stopOnFirstFailure` property to your request class, you may inform
415415
<a name="customizing-the-redirect-location"></a>
416416
#### Customizing the Redirect Location
417417

418-
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:
418+
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:
419419

420420
/**
421421
* The URI that users should be redirected to if validation fails.

0 commit comments

Comments
 (0)