Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/tell_me_about/service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down