From dba3592a99e685da0defa7bdd246ac182c111b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Mart=C3=ADn?= Date: Tue, 12 Dec 2017 13:22:36 +0100 Subject: [PATCH] Replaced class per id in service definition in XML Using only `class` results in `Top-level services must have "id" attribute, none found`. Whereas using `id` instead of `class` is understood, and it is coherent with the YAML and PHP versions of the same definition. --- service_container/alias_private.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/alias_private.rst b/service_container/alias_private.rst index b57099960f9..e41229c56f3 100644 --- a/service_container/alias_private.rst +++ b/service_container/alias_private.rst @@ -116,7 +116,7 @@ services. http://symfony.com/schema/dic/services/services-1.0.xsd"> - +