From 170ad9cfb6f3bab0b7e2375c1ddcfa9f2e230038 Mon Sep 17 00:00:00 2001 From: Dawid Nowak Date: Sat, 23 Aug 2025 15:02:40 +0200 Subject: [PATCH] [service_container] fixed importing a dir example --- service_container/import.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/import.rst b/service_container/import.rst index 47af34d3a34..a79a9284386 100644 --- a/service_container/import.rst +++ b/service_container/import.rst @@ -74,7 +74,7 @@ a relative or absolute path to the imported file: imports: - { resource: services/mailer.yaml } # If you want to import a whole directory: - - { resource: services/ } + - { resource: services/* } services: _defaults: autowire: true