Skip to content

Commit

Permalink
Leverage "sonata.admin.manager" service tag
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys authored and OskarStark committed Feb 19, 2020
1 parent fd4865a commit 5cf95f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"doctrine/orm": "^2.5",
"doctrine/persistence": "^1.3.4",
"sonata-project/admin-bundle": "^3.29",
"sonata-project/admin-bundle": "^3.61",
"sonata-project/core-bundle": "^3.14",
"sonata-project/exporter": "^1.11.0 || ^2.0",
"symfony/config": "^4.4",
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/doctrine_orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</service>
<service id="sonata.admin.manager.orm" class="Sonata\DoctrineORMAdminBundle\Model\ModelManager" public="true">
<argument type="service" id="doctrine"/>
<tag name="sonata.admin.manager"/>
</service>
<!-- FormBuilder -->
<service id="sonata.admin.builder.orm_form" class="Sonata\DoctrineORMAdminBundle\Builder\FormContractor">
Expand Down

0 comments on commit 5cf95f9

Please sign in to comment.