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