Skip to content

Commit 9e3ce0a

Browse files
authored
Update service_container/factories.rst
1 parent 0dcabd1 commit 9e3ce0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Using the Class as Factory Itself
106106
When the static factory method is on the same class as the created instance,
107107
the class name can be omitted from the factory declaration.
108108
Let's suppose the ``NewsletterManager`` class has a ``create()`` method that needs
109-
to be called to create the object and need a sender::
109+
to be called to create the object and needs a sender::
110110

111111
// src/Email/NewsletterManager.php
112112
namespace App\Email;

0 commit comments

Comments
 (0)