mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	update URL for postal code FR import
This commit is contained in:
		| @@ -23,7 +23,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface; | ||||
|  */ | ||||
| class PostalCodeFRFromOpenData | ||||
| { | ||||
|     private const CSV = 'https://datanova.legroupe.laposte.fr/explore/dataset/laposte_hexasmal/download/?format=csv&timezone=Europe/Berlin&lang=fr&use_labels_for_header=true&csv_separator=%3B'; | ||||
|     private const CSV = 'https://datanova.laposte.fr/data-fair/api/v1/datasets/laposte-hexasmal/data-files/019HexaSmal.csv'; | ||||
|  | ||||
|     public function __construct(private readonly PostalCodeBaseImporter $baseImporter, private readonly HttpClientInterface $client, private readonly LoggerInterface $logger) {} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user