Added an console command for updating currency exchange rates.

This commit is contained in:
Jan Böhmer 2019-08-13 13:04:31 +02:00
parent 2468409212
commit 568367b59e
9 changed files with 1371 additions and 91 deletions

View file

@ -37,5 +37,10 @@ services:
tags:
- { name: "doctrine.orm.entity_listener" }
App\Command\UpdateExchangeRatesCommand:
arguments:
$base_current: '%default_currency%'
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones