We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e14a7e commit a6246a7Copy full SHA for a6246a7
service_container/factories.rst
@@ -65,12 +65,6 @@ create its object:
65
<service id="App\Email\NewsletterManager">
66
<!-- the first argument is the class and the second argument is the static method -->
67
<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
- -->
74
</service>
75
</services>
76
</container>
0 commit comments