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 defdea4 commit f70051bCopy full SHA for f70051b
service_container/factories.rst
@@ -19,7 +19,7 @@ Static Factories
19
Suppose you have a factory that configures and returns a new ``NewsletterManager``
20
object by calling the static ``createNewsletterManager()`` method::
21
22
- // src/Email\NewsletterManagerStaticFactory.php
+ // src/Email/NewsletterManagerStaticFactory.php
23
namespace App\Email;
24
25
// ...
0 commit comments