Browse Source

Remove nonexisting service

imwald
Nuša Pukšič 8 months ago
parent
commit
7ebb2b552f
  1. 5
      config/services.yaml

5
config/services.yaml

@ -54,11 +54,6 @@ services: @@ -54,11 +54,6 @@ services:
- '%env(REDIS_HOST)%'
- auth:
- '%env(REDIS_PASSWORD)%'
App\Service\LnBitsService:
arguments:
$lnbitsUrl: '%env(LNBITS_URL)%'
$apiKey: '%env(LNBITS_API_KEY)%'
App\Provider\ArticleProvider:
tags:

Loading…
Cancel
Save