mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Removed unnecessary service definition
This commit is contained in:
parent
9497376e24
commit
232094640a
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue