/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/RefundCourse.php (726B)
belongsTo('App\User','user_id','id');
}
public function courses()
{
return $this->belongsTo('App\Course','course_id','id');
}
public function order()
{
return $this->belongsTo('App\Order','order_id','id');
}
}