WIP: Implement closer BPN integration

This commit is contained in:
Björn Fromme
2023-10-06 18:14:05 +02:00
parent bea5edd615
commit 25a90b04aa
23 changed files with 628 additions and 224 deletions
+5
View File
@@ -42,6 +42,11 @@ services:
method: onLogout
dispatcher: security.event_dispatcher.main
App\Command\BpnImportCommand:
arguments:
$connection: '@doctrine.dbal.default_connection'
$xmlFilesPath: '%kernel.project_dir%/xmlexport'
App\BusProNet\ApiClient:
arguments:
$logger: '@monolog.logger.bpn'