fix: use same terminology

This commit is contained in:
2024-01-18 22:08:07 +01:00
parent 0efd5343e3
commit a31b283847
8 changed files with 16 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ services:
arguments:
$available_currencies: '%app.currencies%'
App\Service\StubQRCodeGenerator:
App\Service\StubQRCodeProvider:
arguments:
$imagePath: '%kernel.project_dir%/assets/images/wip.png'
@@ -47,7 +47,7 @@ services:
$retryCount: 2
$retryWaitSeconds: 0.5
App\Service\CachedQRCodeGenerator:
App\Service\CachedQRCodeProvider:
arguments:
$innerGenerator: '@App\Service\Remote\UsetrenoQRCodeProvider'
$cacheDuration: 'PT60S'
@@ -55,7 +55,7 @@ services:
App\Service\CurrencyListerInterface: '@App\Service\StaticCurrencyLister'
App\Service\QRCodeQROptionsProviderInterface: '@App\Service\QRCodeQROptionsDefaultProvider'
App\Service\QRCodeGeneratorInterface: '@App\Service\CachedQRCodeGenerator'
App\Service\QRCodeProviderInterface: '@App\Service\CachedQRCodeProvider'
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones