minor fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user