Skip to content

Commit

Permalink
remove service definition for Acl provider
Browse files Browse the repository at this point in the history
  • Loading branch information
havvg committed Jan 23, 2016
1 parent e0975bc commit dbbc9e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Resources/config/propel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<parameter key="propel.form.type.model.class">Propel\Bundle\PropelBundle\Form\Type\ModelType</parameter>
<parameter key="propel.twig.extension.syntax.class">Propel\Bundle\PropelBundle\Twig\Extension\SyntaxExtension</parameter>
<parameter key="form.type_guesser.propel.class">Propel\Bundle\PropelBundle\Form\PropelTypeGuesser</parameter>
<parameter key="propel.security.acl.provider.model.class">Propel\Bundle\PropelBundle\Security\Acl\AuditableAclProvider</parameter>
<parameter key="propel.security.user.provider.class">Propel\Bundle\PropelBundle\Security\User\PropelUserProvider</parameter>
</parameters>

Expand Down Expand Up @@ -46,12 +45,6 @@
<tag name="form.type_guesser" />
</service>

<service id="propel.security.acl.provider" class="%propel.security.acl.provider.model.class%" public="false">
<argument type="service" id="security.acl.permission_granting_strategy" />
<argument type="service" id="propel.security.acl.connection" on-invalid="null" />
<argument type="service" id="security.acl.cache" on-invalid="null" />
</service>

<service id="propel.security.user.provider" class="%propel.security.user.provider.class%" abstract="true" public="false">
</service>
</services>
Expand Down

0 comments on commit dbbc9e5

Please sign in to comment.