Skip to content

Commit

Permalink
Fix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbaskin authored and xabbuh committed Apr 30, 2016
1 parent 71fef2f commit 3663208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/parentservices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ to the ``NewsletterManager`` class, the config would look like this:
$mailManager = new Definition();
$mailManager
->setAbstract(true);
->setAbstract(true)
->addMethodCall('setMailer', array(
new Reference('my_mailer'),
))
Expand Down

0 comments on commit 3663208

Please sign in to comment.