Skip to content

Commit

Permalink
Merge pull request #95 from shivas/remove-service-attribute-used-for-…
Browse files Browse the repository at this point in the history
…sf3.4

Remove service attribute used for Symfony 3.4
  • Loading branch information
dontub authored Mar 16, 2024
2 parents de3b1d7 + 371f36d commit fd09c29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
<tag name="shivas_versioning.provider" alias="init" priority="-75"/>
</service>

<!-- Services with parent must not be public. Symfony 3.4 does not now the defaults tag, though it must be stated explicitly here. -->
<service id="shivas_versioning.cache.version" parent="cache.system" public="false">
<service id="shivas_versioning.cache.version" parent="cache.system">
<tag name="cache.pool" />
</service>

Expand Down

0 comments on commit fd09c29

Please sign in to comment.