Example #1
0
 public static function tableName()
 {
     $tableName = Yii::$app->getModule('users')->tableUser;
     if (!$tableName) {
         return parent::tableName();
     }
     return $tableName;
 }