Skip to content

Commit 80038de

Browse files
committed
Update IAuthUser for hasPermission change
1 parent 3657de7 commit 80038de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interfaces/IAuthUser.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ interface{
1212
function getId();
1313

1414
/**
15-
* Verify if the user has one or more of the passed in permissions
15+
* Verify if the user has the permission passed in
1616
*
17-
* @permission One or a list of permissions to check for access
17+
* @permission A single permission to check for access
1818
*
1919
*/
2020
boolean function hasPermission( required permission );

0 commit comments

Comments
 (0)