Commit 942a9b77 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

utilisation du serviceAwareTrait pour les listeners en vue de l'injection de dépendances

parent b9e84945
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ $settings = [
    'triggers'             => [
        [
            'template'  => 'AwareTrait',
            'type'      => ['Service', 'Hydrator', 'Provider', 'Processus', 'Connecteur'],
            'type'      => ['Service', 'Hydrator', 'Provider', 'Processus', 'Connecteur', 'Listener'],
            'generator' => function (array $params): array {
                $params['template'] = 'ServiceAwareTrait';