From 3513f1de9c805f06d476a92bec251b5023fc8563 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 11:56:50 +0100 Subject: [PATCH] Readd config services yaml file --- config/services.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/services.yaml 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 -- 2.41.0