Fix action name in commentaries (list -> index) (#16124) [skip ci]

Signed-off-by: filipe1309 <filipe1309@outlook.com>
This commit is contained in:
Filipe Leuch Bonfim
2018-04-18 18:01:00 -03:00
committed by Alexander Makarov
parent 4fcf97e246
commit 713a8b92f8

View File

@ -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. * 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. * 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. * the Last-Modified header will contain the date of the last update to the user table in the database.
* *
* ```php * ```php