mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fix spelling in Controller.php
This commit is contained in:

committed by
Carsten Brandt

parent
d438c03dbc
commit
20de74d343
@ -248,7 +248,7 @@ class Controller extends Component implements ViewContextInterface
|
||||
* public function beforeAction($action)
|
||||
* {
|
||||
* // your custom code here, if you want the code to run before action filters,
|
||||
* // wich are triggered on the [[EVENT_BEFORE_ACTION]] event, e.g. PageCache or AccessControl
|
||||
* // which are triggered on the [[EVENT_BEFORE_ACTION]] event, e.g. PageCache or AccessControl
|
||||
*
|
||||
* if (!parent::beforeAction($action)) {
|
||||
* return false;
|
||||
|
Reference in New Issue
Block a user