Skip to content

Commit 0dcabd1

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

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
@@ -108,7 +108,7 @@ the class name can be omitted from the factory declaration.
108108
Let's suppose the ``NewsletterManager`` class has a ``create()`` method that needs
109109
to be called to create the object and need a sender::
110110

111-
// src/Email\NewsletterManager.php
111+
// src/Email/NewsletterManager.php
112112
namespace App\Email;
113113

114114
// ...

0 commit comments

Comments
 (0)