From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 10:56:50 +0000 (+0100) Subject: Readd config services yaml file X-Git-Tag: 0.1.0~35 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/3513f1de9c805f06d476a92bec251b5023fc8563 Readd config services yaml file --- diff --git a/config/services.yaml b/config/services.yaml new file mode 100644 index 0000000..61edc54 --- /dev/null +++ b/config/services.yaml @@ -0,0 +1,15 @@ +# This file is the entry point to configure your own services. +# Files in the packages/ subdirectory configure your dependencies. + +# 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: + +services: + # default configuration for services in *this* file + _defaults: + autowire: true # Automatically injects dependencies in your services. + autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. + + # add more service definitions when explicit configuration is needed + # please note that last definitions always *replace* previous ones