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