Skip to content

Commit 68cdbee

Browse files
committed
minor #6288 Update factories.rst (velikanov)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #6288). Discussion ---------- Update factories.rst Wrong closing tag for "container" tag in first XML services definition Commits ------- 7973328 Update factories.rst
2 parents f60eb6e + 7973328 commit 68cdbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ factory class:
5555
factory-class="NewsletterManagerFactory"
5656
factory-method="createNewsletterManager" />
5757
</services>
58-
</services>
58+
</container>
5959
6060
.. code-block:: php
6161

0 commit comments

Comments
 (0)