Skip to content

Commit 116a9e6

Browse files
author
Martin Krulis
committed
Fixing a typo that caused a bug.
1 parent 3d0a2cf commit 116a9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/V1Module/security/Roles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Roles
2525
self::STUDENT_ROLE,
2626
self::SUPERVISOR_STUDENT_ROLE,
2727
self::SUPERVISOR_ROLE,
28-
self::EMPOWERED_SUPERVISOR_ROLE.
28+
self::EMPOWERED_SUPERVISOR_ROLE,
2929
self::SUPERADMIN_ROLE
3030
];
3131

0 commit comments

Comments
 (0)