From f6ffab21768928cfa82666e070a3467181a0fd5a Mon Sep 17 00:00:00 2001 From: Michael Keiluweit Date: Fri, 31 Oct 2025 08:17:01 +0100 Subject: [PATCH] Replaced ContainerFactory to ContainerFacade --- development/tell_me_about/service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/tell_me_about/service_container.rst b/development/tell_me_about/service_container.rst index 28b773f3..2b0ba7da 100644 --- a/development/tell_me_about/service_container.rst +++ b/development/tell_me_about/service_container.rst @@ -34,7 +34,7 @@ Getting services * Getting services using service locator. - You can use the :file:`ContainerFactory` class to get a service. The service you want to get must be marked as public. + You can use the :file:`ContainerFacade` class to get a service. The service you want to get must be marked as public. Example: