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

@ -55,11 +55,6 @@ services: @@ -55,11 +55,6 @@ services:
- auth:
- '%env(REDIS_PASSWORD)%'
App\Service\LnBitsService:
arguments:
$lnbitsUrl: '%env(LNBITS_URL)%'
$apiKey: '%env(LNBITS_API_KEY)%'
App\Provider\ArticleProvider:
tags:
- { name: fos_elastica.pager_provider, index: articles, type: article }

Loading…
Cancel
Save