changed role names to XXXX instead of ROLE_XXXX
This commit is contained in:
@@ -31,7 +31,7 @@ interface UserInterface {
|
||||
* <code>
|
||||
* public function getRoles()
|
||||
* {
|
||||
* return array('ROLE_USER');
|
||||
* return array('USER');
|
||||
* }
|
||||
* </code>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user