mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update docblock for redirect function [ci skip]
This commit is contained in:
parent
8d5aca773b
commit
22aa7d22d4
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user