Skip to content

Commit a9a78e5

Browse files
committed
Update BasicPermission.php
1 parent ee39f30 commit a9a78e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/Permission/BasicPermission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,5 @@ public function refuseAllUserRights(int $userId): bool
286286
public function getUserGroups(int $userId): array
287287
{
288288
return [];
289-
}
289+
}
290290
}

0 commit comments

Comments
 (0)