We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389eaaa commit 6dc05bbCopy full SHA for 6dc05bb
user_guide_src/source/outgoing/response.rst
@@ -82,7 +82,7 @@ When you want to pass a URI path (relative to baseURL), use ``redirect()->to()``
82
:lines: 2-
83
84
.. note:: If there is a fragment in your URL that you want to remove, you can use the refresh parameter in this function.
85
- Like ``return redirect()->to('to', null, 'refresh');``.
+ Like ``return redirect()->to('admin/home', null, 'refresh');``.
86
87
Redirect to a Defined Route
88
---------------------------
0 commit comments