Skip to content

Commit 5a47708

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

service_container/factories.rst

Lines 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)