Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a47708

Browse filesBrowse files
committed
Merge branch '5.4' into 6.2
* 5.4: Remove duplicate mention
2 parents 5655c5d + a6246a7 commit 5a47708
Copy full SHA for 5a47708

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎service_container/factories.rst

Copy file name to clipboardExpand all lines: service_container/factories.rst
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ create its object:
6565
<service id="App\Email\NewsletterManager">
6666
<!-- the first argument is the class and the second argument is the static method -->
6767
<factory class="App\Email\NewsletterManagerStaticFactory" method="createNewsletterManager"/>
68-
69-
<!-- if the factory class is the same as the service class, you can omit
70-
the 'class' attribute and define just the 'method' attribute:
71-
72-
<factory method="createNewsletterManager"/>
73-
-->
7468
</service>
7569
</services>
7670
</container>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.