mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fix action name in commentaries (list -> index) (#16124) [skip ci]
Signed-off-by: filipe1309 <filipe1309@outlook.com>
This commit is contained in:

committed by
Alexander Makarov

parent
4fcf97e246
commit
713a8b92f8
@ -17,7 +17,7 @@ use yii\base\ActionFilter;
|
||||
* It is an action filter that can be added to a controller and handles the `beforeAction` event.
|
||||
*
|
||||
* To use HttpCache, declare it in the `behaviors()` method of your controller class.
|
||||
* In the following example the filter will be applied to the `list`-action and
|
||||
* In the following example the filter will be applied to the `index` action and
|
||||
* the Last-Modified header will contain the date of the last update to the user table in the database.
|
||||
*
|
||||
* ```php
|
||||
|
Reference in New Issue
Block a user