mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
Fixed formatting of code block in a quote [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
a27224bbb7
commit
8290f9ac9a
@@ -148,6 +148,7 @@ the following variables if the error action is defined as [[yii\web\ErrorAction]
|
||||
the error action and the error view are already defined for you.
|
||||
|
||||
> Note: If you need to redirect in an error handler, do it the following way:
|
||||
>
|
||||
> ```php
|
||||
> Yii::$app->getResponse()->redirect($url)->send();
|
||||
> return;
|
||||
|
||||
Reference in New Issue
Block a user