mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
add flags to permissions groups
Flags can be added to permissions group to store some metadata. An interface `PermissionsGroupFlagProvider` allow to add some flag to the form which create/ edit permissions groups.
This commit is contained in:
@@ -58,7 +58,7 @@ class GroupCenter
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->permissionGroups = new ArrayCollection();
|
||||
$this->permissionsGroup = new ArrayCollection();
|
||||
$this->users = new ArrayCollection();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user