Removed hardcoded role names from code.
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -19,6 +19,13 @@ use KekRozsak\FrontBundle\Entity\Document;
|
||||
*/
|
||||
class Group
|
||||
{
|
||||
/**
|
||||
* The ACL class OID for this class
|
||||
*
|
||||
* @const ACL_OID
|
||||
*/
|
||||
const ACL_OID = 'groupClass';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->members = new ArrayCollection();
|
||||
|
Reference in New Issue
Block a user