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 6dc05bb commit 6d8c479Copy full SHA for 6d8c479
user_guide_src/source/outgoing/response.rst
@@ -81,7 +81,7 @@ When you want to pass a URI path (relative to baseURL), use ``redirect()->to()``
81
.. literalinclude:: ./response/028.php
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.
+.. note:: If there is a fragment in your URL that you want to remove, you can use the refresh parameter in the method.
85
Like ``return redirect()->to('admin/home', null, 'refresh');``.
86
87
Redirect to a Defined Route
0 commit comments