Skip to content

Commit f70051b

Browse files
committed
Minor
1 parent defdea4 commit f70051b

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
@@ -19,7 +19,7 @@ Static Factories
1919
Suppose you have a factory that configures and returns a new ``NewsletterManager``
2020
object by calling the static ``createNewsletterManager()`` method::
2121

22-
// src/Email\NewsletterManagerStaticFactory.php
22+
// src/Email/NewsletterManagerStaticFactory.php
2323
namespace App\Email;
2424

2525
// ...

0 commit comments

Comments
 (0)