Updated UpdateExchangeRatesCommand to use the new service.

This commit is contained in:
Jan Böhmer 2020-06-07 22:46:32 +02:00
parent af42c3cca0
commit 696d3343a4
2 changed files with 13 additions and 25 deletions

View file

@ -33,6 +33,12 @@ services:
resource: '../src/Controller'
tags: ['controller.service_arguments']
####################################################################################################################
# Alias definitions
####################################################################################################################
Swap\Swap:
alias: 'florianv_swap.swap'
####################################################################################################################
# Email
####################################################################################################################
@ -145,7 +151,6 @@ services:
App\Services\ExchangeRateUpdater:
arguments:
$base_currency: '%partdb.default_currency%'
$swap: '@florianv_swap.swap'
###################################################################################################################
# User system