mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 20:39:31 +00:00
Updated UpdateExchangeRatesCommand to use the new service.
This commit is contained in:
parent
af42c3cca0
commit
696d3343a4
2 changed files with 13 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue