minor fixes

This commit is contained in:
2025-03-29 20:35:54 +01:00
parent b454bbe77b
commit ed1d991a84
11 changed files with 95 additions and 12 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
FAKTUROWNIA_API: '%env(API_FAKTUROWNIA)%'
services:
# default configuration for services in *this* file
@@ -24,6 +25,6 @@ services:
resource: '../src/Services/'
arguments:
- '@doctrine.orm.entity_manager'
- 'Symfony\Contracts\HttpClient\HttpClientInterface'
- '@Symfony\Contracts\HttpClient\HttpClientInterface'
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones