Removed unnecessary service definition

This commit is contained in:
Jan Böhmer 2025-11-03 00:21:19 +01:00
parent 9497376e24
commit 232094640a

View file

@ -240,8 +240,6 @@ services:
tags:
- { name: doctrine.event_listener, event: onFlush, connection: default }
App\Validator\Constraints\UniquePartIpnValidator:
tags: [ 'validator.constraint_validator' ]
# We are needing this service inside a migration, where only the container is injected. So we need to define it as public, to access it from the container.
App\Services\UserSystem\PermissionPresetsHelper: