Feature: load french postal code from laposte hexasmal open data

This commit is contained in:
2022-07-30 02:01:42 +02:00
parent a9b354a6f5
commit 58ddf9038d
5 changed files with 280 additions and 0 deletions

View File

@@ -97,3 +97,7 @@ services:
Chill\MainBundle\Security\Resolver\CenterResolverDispatcherInterface: '@Chill\MainBundle\Security\Resolver\CenterResolverDispatcher'
Chill\MainBundle\Service\Import\:
resource: '../Service/Import/'
autowire: true
autoconfigure: true

View File

@@ -43,3 +43,9 @@ services:
$entityManager: '@doctrine.orm.entity_manager'
tags:
- { name: console.command }
Chill\MainBundle\Command\LoadPostalCodeFR:
autoconfigure: true
autowire: true
tags:
- { name: console.command }