瀏覽代碼

[SwiftmailerBundle] added more private services

Fabien Potencier 14 年之前
父節點
當前提交
b5e26d9db8
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Symfony/Bundle/SwiftmailerBundle/Resources/config/swiftmailer.xml

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