X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/0929c559670ac8d386a047789712e6164a640326..869aa1e2035b8f5feaa4f0ca62be552a9e32c053:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php index c97515c..901fbc6 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -190,6 +190,7 @@ class Group { * @return string */ public function getRole(): string { + //XXX: $prefix = 'ROLE_' set in Role*Voter classes return 'ROLE_'.strtoupper($this->title); } }