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 06bda38 commit b9e15b8Copy full SHA for b9e15b8
service_container/factories.rst
@@ -102,7 +102,8 @@ create its object:
102
Using the Class as Factory Itself
103
---------------------------------
104
105
-When the static factory method is on the same class as the created instance, the class name can be omitted from the factory declaration.
+When the static factory method is on the same class as the created instance,
106
+the class name can be omitted from the factory declaration.
107
Let's suppose the ``NewsletterManager`` class has a ``create()`` method that needs
108
to be called to create the object and need a send email address::
109
0 commit comments