/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/QuestionReport.php (554B)
belongsTo('App\User','user_id','id');
}
public function courses()
{
return $this->belongsTo('App\Course','course_id','id');
}
public function question()
{
return $this->belongsTo('App\Question','course_id','id');
}
}