[CONFIG] Cleanup services.yaml config file

This commit is contained in:
Hugo Sales 2020-08-05 16:25:19 +00:00 committed by Hugo Sales
parent 78929629f0
commit b2dbf9bc20
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ services:
App\Core\I18n\TransExtractor:
tags:
- { name: translation.extractor, alias: social }
- { name: 'translation.extractor', alias: social }
App\Core\Queue\MessageHandler:
tags: [messenger.message_handler]
tags: ['messenger.message_handler']
Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider: ~