[DB] Fix error in config/services.yaml where the wrong namespace was used for the UpdateListener

This commit is contained in:
Hugo Sales 2021-04-27 21:23:47 +00:00
parent 1d7375b9cb
commit 17ea4ecce1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ services:
App\Core\Queue\MessageHandler:
tags: ['messenger.message_handler']
App\EventListener\UpdateListener:
App\Core\DB\UpdateListener:
tags:
- { name: doctrine.event_listener , event: preUpdate }