Skip to content

Commit

Permalink
[SwiftmailerBundle] added more private services
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 5, 2011
1 parent 8a090be commit b5e26d9
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -70,9 +70,9 @@

<service id="swiftmailer.transport.authhandler" class="Swift_Transport_Esmtp_AuthHandler" public="false">
<argument type="collection">
<argument type="service"><service class="Swift_Transport_Esmtp_Auth_CramMd5Authenticator" /></argument>
<argument type="service"><service class="Swift_Transport_Esmtp_Auth_LoginAuthenticator" /></argument>
<argument type="service"><service class="Swift_Transport_Esmtp_Auth_PlainAuthenticator" /></argument>
<argument type="service"><service class="Swift_Transport_Esmtp_Auth_CramMd5Authenticator" public="false" /></argument>
<argument type="service"><service class="Swift_Transport_Esmtp_Auth_LoginAuthenticator" public="false" /></argument>
<argument type="service"><service class="Swift_Transport_Esmtp_Auth_PlainAuthenticator" public="false" /></argument>
</argument>
</service>

Expand Down

0 comments on commit b5e26d9

Please sign in to comment.