Example #1
0
 public function getEmailConfirm()
 {
     return $this->hasOne(MEmailConfirm::className(), ['id_user' => 'id']);
 }