Browse Source

Fix deprecate

Guillermo Espinoza 8 years ago
parent
commit
d27d7371e0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Resources/config/services.yml

+ 0 - 2
Resources/config/services.yml

@@ -6,8 +6,6 @@ services:
         arguments: ['', Base\OAuthServerBundle\Entity\AuthCode, 'SonataAdminBundle:CRUD']
         calls:
             - [setTranslationDomain, [Oauth]]
-        roles:
-            - [ ROLE_SUPER_ADMIN ]
     baseuserbundle.admin.oauth_client:
         class: Base\OAuthServerBundle\Admin\OAuthClientAdmin
         tags: