diff options
Diffstat (limited to 'Core/Role/RoleInterface.php')
-rw-r--r-- | Core/Role/RoleInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Role/RoleInterface.php b/Core/Role/RoleInterface.php index debda3a..a3cb266 100644 --- a/Core/Role/RoleInterface.php +++ b/Core/Role/RoleInterface.php @@ -31,5 +31,5 @@ interface RoleInterface * * @return string|null A string representation of the role, or null */ - function getRole(); + public function getRole(); } |