Update docblock for redirect function [ci skip]

This commit is contained in:
michalsn 2021-06-27 07:42:27 +02:00 committed by John Paul E. Balandan, CPA
parent 8d5aca773b
commit 22aa7d22d4

View File

@ -811,9 +811,7 @@ if (! function_exists('redirect')) {
/**
* Convenience method that works with the current global $request and
* $router instances to redirect using named/reverse-routed routes
* to determine the URL to go to. If nothing is found, will treat
* as a traditional redirect and pass the string in, letting
* $response->redirect() determine the correct method and code.
* to determine the URL to go to.
*
* If more control is needed, you must use $response->redirect explicitly.
*