X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/3e7a34ac74e57f4a78d75dcc1f05438759b7ee03..5305ca069746c39ab9271fdf4ee9e14287237c21:/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);
 	}
 }