Example #1
0
 public function init()
 {
     parent::init();
     if (!$this->module) {
         $this->module = Yii::$app->getModule('users');
     }
 }