address reference: command for loading addresse reference (WIP)

This commit is contained in:
nobohan
2021-05-17 13:18:18 +02:00
parent b51575fc49
commit bbb9dc2561
2 changed files with 133 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ services:
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
tags:
- { name: console.command }
Chill\MainBundle\Command\ChillUserSendRenewPasswordCodeCommand:
arguments:
$logger: '@Psr\Log\LoggerInterface'
@@ -44,3 +44,9 @@ services:
$entityManager: '@doctrine.orm.entity_manager'
tags:
- { name: console.command }
Chill\MainBundle\Command\LoadAddressReferenceCommand:
arguments:
$entityManager: '@doctrine.orm.entity_manager'
tags:
- { name: console.command }