예제 #1
0
파일: SendLog.php 프로젝트: YGugnin/mailer
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMail()
 {
     return $this->hasOne(Mails::className(), ['id' => 'mail_id']);
 }