belongsTo(App\User); } public function company(){ return $this->belongsTo(App\Company); } }