Skip to content

Commit

Permalink
Add audit reader tag
Browse files Browse the repository at this point in the history
This tag was introduced in sonata-project/SonataAdminBundle#6983
  • Loading branch information
franmomu committed Mar 30, 2021
1 parent 8317eb9 commit 6609dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/audit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<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.admin.audit.orm.reader" class="Sonata\DoctrineORMAdminBundle\Model\AuditReader" public="true">
<tag name="sonata.admin.audit_reader"/>
<argument type="service" id="simplethings_entityaudit.reader" on-invalid="ignore"/>
</service>
<service id="sonata.admin_doctrine_orm.block.audit" class="Sonata\DoctrineORMAdminBundle\Block\AuditBlockService">
Expand Down

0 comments on commit 6609dd6

Please sign in to comment.