mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
init PrivacyEvent logger service
This commit is contained in:
@@ -3,4 +3,5 @@ services:
|
||||
arguments:
|
||||
$similarPersonMatcher: '@Chill\PersonBundle\Search\SimilarPersonMatcher'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
||||
tags: ['controller.service_arguments']
|
||||
|
7
Resources/config/services/privacyEvent.yml
Normal file
7
Resources/config/services/privacyEvent.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
Chill\PersonBundle\Privacy\PrivacyEventSubscriber:
|
||||
arguments:
|
||||
$logger: '@chill.main.logger'
|
||||
$token: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
||||
tags:
|
||||
- { name: kernel.event_subscriber }
|
Reference in New Issue
Block a user