hasOne('Recruit\Job\Models\Location'); } /** * The job_applications that belong to the job. */ public function job_applications(){ return $this->hasMany('Recruit\Job\Models\JobApplication'); } }