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