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