Quellcode durchsuchen

[SwiftmailerBundle] added more private services

Fabien Potencier vor 14 Jahren
Ursprung
Commit
b5e26d9db8

+ 3 - 3
src/Symfony/Bundle/SwiftmailerBundle/Resources/config/swiftmailer.xml

@@ -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>