mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
16 lines
598 B
YAML
16 lines
598 B
YAML
services:
|
|
Chill\MainBundle\Command\ChillImportUsersCommand:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$passwordEncoder: '@Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface'
|
|
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
|
|
|
|
tags:
|
|
- { name: console.command }
|
|
|
|
Chill\MainBundle\Command\ChillUserSendRenewPasswordCodeCommand:
|
|
autowire: true
|
|
tags:
|
|
- { name: console.command }
|