We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8c479 commit 1c3a3b7Copy full SHA for 1c3a3b7
1 file changed
user_guide_src/source/outgoing/response.rst
@@ -81,7 +81,8 @@ 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 the method.
+.. note:: If there is a fragment in your URL that you want to remove, you can
85
+ use the refresh parameter in the method.
86
Like ``return redirect()->to('admin/home', null, 'refresh');``.
87
88
Redirect to a Defined Route
0 commit comments