Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge 3661983 into bd8bb0f
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Oct 1, 2018
2 parents bd8bb0f + 3661983 commit 5e90d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/orm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="sonata.cache.orm.event_subscriber.default" class="Sonata\CacheBundle\Invalidation\DoctrineORMListener" public="true">
<service id="sonata.cache.orm.event_subscriber.default" class="Sonata\Cache\Invalidation\DoctrineORMListener" public="true">
<argument type="service" id="sonata.cache.model_identifier"/>
<argument/>
</service>
Expand Down

0 comments on commit 5e90d8a

Please sign in to comment.