mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 08:44:24 +00:00
8 lines
317 B
YAML
8 lines
317 B
YAML
services:
|
|
Chill\TaskBundle\Event\Lifecycle\TaskLifecycleEvent:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
tags:
|
|
- { name: kernel.event_subscriber }
|