Added Auth loop
This commit is contained in:
@@ -132,6 +132,6 @@ class Customer extends BaseCustomer implements UserInterface
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getRoles() {
|
||||
return array(new Role('USER_CUSTOMER'));
|
||||
return array(new Role('ROLE_CUSTOMER'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user