Added Auth loop

This commit is contained in:
franck
2013-07-09 11:42:25 +02:00
parent 7cea85b43e
commit dd05888450
15 changed files with 220 additions and 69 deletions

View File

@@ -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'));
}
}