Example #1
0
 /**
  * @param \yii\base\Action $action
  * @return bool
  */
 public function beforeAction($action)
 {
     ViewerAsset::register($this->view);
     return parent::beforeAction($action);
 }
 public function beforeAction($action)
 {
     \bedezign\yii2\audit\assets\ViewerAsset::register($this->view);
     return parent::beforeAction($action);
 }