summaryrefslogtreecommitdiffstats
path: root/Core/Role/RoleHierarchyInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Role/RoleHierarchyInterface.php')
-rw-r--r--Core/Role/RoleHierarchyInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Role/RoleHierarchyInterface.php b/Core/Role/RoleHierarchyInterface.php
index d873b80..c495a7f 100644
--- a/Core/Role/RoleHierarchyInterface.php
+++ b/Core/Role/RoleHierarchyInterface.php
@@ -28,5 +28,5 @@ interface RoleHierarchyInterface
*
* @return array An array of all reachable roles
*/
- function getReachableRoles(array $roles);
+ public function getReachableRoles(array $roles);
}