Skip to content

Instantly share code, notes, and snippets.

@turbo-ele
Created July 23, 2015 12:04
Show Gist options
  • Save turbo-ele/8e1025627caa8963a585 to your computer and use it in GitHub Desktop.
Save turbo-ele/8e1025627caa8963a585 to your computer and use it in GitHub Desktop.
Symfony2 Newsletter services.xml
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="acme_newsletter.newsletter_manager" class="Acme\Bundle\NewsletterBundle\Manager\NewsletterManager">
<argument type="service" id="mailer" />
<argument type="service" id="session" />
</service>
</services>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment