Skip to content

Commit 910af9c

Browse files
committed
minor #7010 Update service_decoration.rst (lamari)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7010). Discussion ---------- Update service_decoration.rst add : after class in configuration Commits ------- b7f8257 Update service_decoration.rst
2 parents a92dadd + b7f8257 commit 910af9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_decoration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the original service is lost:
1818
# this replaces the old app.mailer definition with the new one, the
1919
# old definition is lost
2020
app.mailer:
21-
class AppBundle\DecoratingMailer
21+
class: AppBundle\DecoratingMailer
2222
2323
.. code-block:: xml
2424

0 commit comments

Comments
 (0)