From 232094640a23857a7ca666a961fb76c18617a0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 3 Nov 2025 00:21:19 +0100 Subject: [PATCH] Removed unnecessary service definition --- config/services.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index 1af529a8..b48b3eff 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -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: