Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAccount()
 {
     return $this->hasOne(AitkRAccount::className(), ['account_id' => 'account_id']);
 }