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