From 5b7c836045fab57ab5cc2b63168826d643b4be5a Mon Sep 17 00:00:00 2001 From: Lamari Alaa Date: Mon, 26 Sep 2016 13:22:43 +0100 Subject: [PATCH] Update service_decoration.rst --- service_container/service_decoration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/service_decoration.rst b/service_container/service_decoration.rst index 4bfdbd1f026..d94f155933b 100644 --- a/service_container/service_decoration.rst +++ b/service_container/service_decoration.rst @@ -18,7 +18,7 @@ the original service is lost: # this replaces the old app.mailer definition with the new one, the # old definition is lost app.mailer: - class AppBundle\DecoratingMailer + class: AppBundle\DecoratingMailer .. code-block:: xml