Simplify loading of Symfony commands.

This commit is contained in:
Pol Dellaiera
2021-06-22 15:31:49 +02:00
parent ca9ae3874c
commit 5ddc0e7a53
5 changed files with 246 additions and 336 deletions

View File

@@ -12,6 +12,13 @@ services:
tags:
- { name: 'serializer.normalizer', priority: 64 }
Chill\PersonBundle\Command\:
resource: '../Command/'
autowire: true
autoconfigure: true
tags:
- { name: console.command }
chill.person.form.type.select2maritalstatus:
class: Chill\PersonBundle\Form\Type\Select2MaritalStatusType
arguments: