Browse Source

[FrameworkBundle] removed public=false from security.encoder_factory

Ruud Kamphuis 14 years ago
parent
commit
7cab5515b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Resources/config/security.xml

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/config/security.xml

@@ -97,7 +97,7 @@
             <argument type="collection"></argument>
         </service>
         
-        <service id="security.encoder_factory" alias="security.encoder_factory.generic" public="false"></service>
+        <service id="security.encoder_factory" alias="security.encoder_factory.generic"></service>
 
         <service id="security.logout.handler.session" class="%security.logout.handler.session.class%" public="false"></service>