Skip to content

Commit

Permalink
controller DI
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Mar 3, 2020
1 parent ec95fad commit 7bf3bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<service id="AlterPHP\EasyAdminExtensionBundle\Controller\EasyAdminController" parent="EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController" autowire="true">
<tag name="container.service_subscriber" />
</service>
<service id="AlterPHP\EasyAdminExtensionBundle\Controller\MongoOdmEasyAdminController" parent="AlterPHP\EasyAdminMongoOdmBundle\Controller\EasyAdminController" autowire="true">
<tag name="container.service_subscriber" />
</service>

<service id="AlterPHP\EasyAdminExtensionBundle\Twig\EasyAdminExtensionTwigExtension">
<argument type="service" id="router" />
Expand Down

0 comments on commit 7bf3bd9

Please sign in to comment.