Rename UserStatus controller

This commit is contained in:
Frederic Guillot
2016-05-15 21:54:50 -04:00
parent 9ec654186a
commit de8ce875f4
6 changed files with 13 additions and 13 deletions

View File

@@ -140,7 +140,7 @@ class AuthenticationProvider implements ServiceProviderInterface
$acl->add('UserImportController', '*', Role::APP_ADMIN);
$acl->add('UserCreationController', '*', Role::APP_ADMIN);
$acl->add('User', array('index', 'authentication'), Role::APP_ADMIN);
$acl->add('UserStatus', '*', Role::APP_ADMIN);
$acl->add('UserStatusController', '*', Role::APP_ADMIN);
return $acl;
}