We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9549aed commit b0adfbfCopy full SHA for b0adfbf
Model/GroupAwareUserInterface.php renamed to Model/GroupableInterface.php
@@ -16,7 +16,7 @@
16
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
17
* @author Christophe Coevoet <stof@notk.org>
18
*/
19
-interface GroupAwareUserInterface extends UserInterface
+interface GroupableInterface
20
{
21
/**
22
* Gets the groups granted to the user.
Model/User.php
@@ -22,7 +22,7 @@
* @author Thibault Duplessis <thibault.duplessis@gmail.com>
23
24
25
-abstract class User implements GroupAwareUserInterface
+abstract class User implements UserInterface, GroupableInterface
26
27
const ROLE_DEFAULT = 'ROLE_USER';
28
const ROLE_SUPER_ADMIN = 'ROLE_SUPER_ADMIN';
0 commit comments