belongsTo(user_model_class()); } public function role() { return $this->belongsTo('App\Models\Auth\Role'); } }