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