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 0dcabd1 commit 9e3ce0aCopy full SHA for 9e3ce0a
service_container/factories.rst
@@ -106,7 +106,7 @@ Using the Class as Factory Itself
106
When the static factory method is on the same class as the created instance,
107
the class name can be omitted from the factory declaration.
108
Let's suppose the ``NewsletterManager`` class has a ``create()`` method that needs
109
-to be called to create the object and need a sender::
+to be called to create the object and needs a sender::
110
111
// src/Email/NewsletterManager.php
112
namespace App\Email;
0 commit comments