We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd8755 commit 34209c8Copy full SHA for 34209c8
1 file changed
user_guide_src/source/general/common_functions.rst
@@ -312,7 +312,7 @@ Miscellaneous Functions
312
// Go to specific URI
313
return redirect()->to('/admin');
314
315
- // Go to a named/reverse-routed URI
+ // Go to a named route
316
return redirect()->route('named_route');
317
318
// Keep the old input values upon redirect so they can be used by the `old()` function
0 commit comments