feat: integrate with flysystem for xml data
This commit is contained in:
@@ -34,6 +34,8 @@ services:
|
||||
$tempDir: '%kernel.project_dir%/temp'
|
||||
$logger: '@monolog.logger.myep'
|
||||
$destinations: '%destinations%'
|
||||
$xmlExport: '@xml_export.storage'
|
||||
$xmlDump: '@xml_dump.storage'
|
||||
|
||||
App\:
|
||||
resource: '../src/'
|
||||
@@ -53,7 +55,6 @@ services:
|
||||
App\Command\BpnImportCommand:
|
||||
arguments:
|
||||
$connection: '@doctrine.dbal.default_connection'
|
||||
$xmlFilesPath: '%kernel.project_dir%/xmlexport'
|
||||
|
||||
App\Command\GenerateThumbnailsCommand:
|
||||
arguments:
|
||||
@@ -69,7 +70,6 @@ services:
|
||||
bpn_api_ip: '%env(APP_BPN_IP)%'
|
||||
bpn_api_port: '%env(APP_BPN_PORT)%'
|
||||
debug: '%env(bool:APP_BPN_DEBUG)%'
|
||||
target_folder_dumps: '%kernel.project_dir%/var/bpn'
|
||||
|
||||
App\BusProNet\ResponseParser:
|
||||
arguments:
|
||||
|
||||
Reference in New Issue
Block a user