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