Browse Source

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

Signed-off-by: filipe1309 <filipe1309@outlook.com>
tags/2.0.16
Filipe Leuch Bonfim 7 years ago committed by Alexander Makarov
parent
commit
713a8b92f8
  1. 2
      framework/filters/HttpCache.php

2
framework/filters/HttpCache.php

@ -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

Loading…
Cancel
Save