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 ccfbb3e commit 114ab2bCopy full SHA for 114ab2b
user_guide_src/source/general/common_functions.rst
@@ -334,9 +334,8 @@ Miscellaneous Functions
334
.. literalinclude:: common_functions/005.php
335
:lines: 2-
336
337
- .. note:: Usually this method will not clean up the fragment in the URL.
338
- If there is a fragment in your URL that you want to remove, you can use the refresh parameter in this function.
339
- Like ``return redirect()->to('to', null, 'refresh');```.
+ .. note:: If there is a fragment in your URL that you want to remove, you can use the refresh parameter in this function.
+ Like ``return redirect()->to('to', null, 'refresh');``.
340
341
**Redirect to a Defined Route**
342
0 commit comments