Commit 45778a4b by Alexander Makarov

Added ->send() to redirect phpdoc example

parent 647aa71a
...@@ -581,7 +581,7 @@ class Response extends \yii\base\Response ...@@ -581,7 +581,7 @@ class Response extends \yii\base\Response
* In a controller action you may use this method like this: * In a controller action you may use this method like this:
* *
* ~~~ * ~~~
* return Yii::$app->getResponse()->redirect($url); * return Yii::$app->getResponse()->redirect($url)->send();
* ~~~ * ~~~
* *
* @param string|array $url the URL to be redirected to. This can be in one of the following formats: * @param string|array $url the URL to be redirected to. This can be in one of the following formats:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment