Created
July 23, 2015 12:04
-
-
Save turbo-ele/8e1025627caa8963a585 to your computer and use it in GitHub Desktop.
Symfony2 Newsletter services.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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