Skip to content

Commit

Permalink
Fix #200 (#203)
Browse files Browse the repository at this point in the history
Remove deprecation
  • Loading branch information
alterphp authored Jan 25, 2022
1 parent 43b7711 commit 80b1470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<tag name="twig.extension"/>
</service>
<service id="AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker" public="true">
<argument type="service" id="security.authorization_checker"/>
<argument type="service" id="easyadmin.security.authorization_checker"/>
<argument>%easy_admin_extension.minimum_role%</argument>
</service>
<service id="AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension">
Expand Down

0 comments on commit 80b1470

Please sign in to comment.