Skip to content

Commit 1c3a3b7

Browse files
committed
docs: break long line
1 parent 6d8c479 commit 1c3a3b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/outgoing/response.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ When you want to pass a URI path (relative to baseURL), use ``redirect()->to()``
8181
.. literalinclude:: ./response/028.php
8282
:lines: 2-
8383

84-
.. note:: If there is a fragment in your URL that you want to remove, you can use the refresh parameter in the method.
84+
.. note:: If there is a fragment in your URL that you want to remove, you can
85+
use the refresh parameter in the method.
8586
Like ``return redirect()->to('admin/home', null, 'refresh');``.
8687

8788
Redirect to a Defined Route

0 commit comments

Comments
 (0)