Add service (#1516)

This commit is contained in:
Oskar Stark
2023-05-25 21:41:55 +02:00
committed by GitHub
parent b0b7f7ceba
commit 0ca0ac213c
@@ -9,4 +9,5 @@ services:
- '%env(URL_SHORTENER_API_PASSWORD)%'
Datana\UrlShortener\Api\UrlShortenerApi: null
Datana\UrlShortener\Api\FakeUrlShortenerApi: null
Datana\UrlShortener\Api\UrlShortenerApiInterface: '@Datana\UrlShortener\Api\UrlShortenerApi'