belongsTo(Role::class); } /** * Get the entity this points to. */ public function entity(): MorphOne { return $this->morphOne(Entity::class, 'entity'); } }