Exemple #1
0
 public function getPaymentsAccount()
 {
     return $this->hasOne(PaymentsAccount::className(), ['account_id' => 'id']);
 }