Skip to content

Commit 34209c8

Browse files
committed
docs: fix comment
This code uses named route.
1 parent 9cd8755 commit 34209c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/common_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Miscellaneous Functions
312312
// Go to specific URI
313313
return redirect()->to('/admin');
314314

315-
// Go to a named/reverse-routed URI
315+
// Go to a named route
316316
return redirect()->route('named_route');
317317

318318
// Keep the old input values upon redirect so they can be used by the `old()` function

0 commit comments

Comments
 (0)