Skip to content

Commit 3663208

Browse files
ismailbaskinxabbuh
authored andcommitted
Fix snippet
1 parent 71fef2f commit 3663208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/parentservices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ to the ``NewsletterManager`` class, the config would look like this:
385385
386386
$mailManager = new Definition();
387387
$mailManager
388-
->setAbstract(true);
388+
->setAbstract(true)
389389
->addMethodCall('setMailer', array(
390390
new Reference('my_mailer'),
391391
))

0 commit comments

Comments
 (0)