X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ee24635e06a8c01d751f80caba47c57f76e8989d..refs/heads/user_permissions:/app/helpers.php diff --git a/app/helpers.php b/app/helpers.php index 191eddf4d..eb4e07a66 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -55,8 +55,9 @@ function hasAppAccess(): bool } /** - * Check if the current user has a permission. If an ownable element - * is passed in the jointPermissions are checked against that particular item. + * Check if the current user has a permission. + * Checks a generic role permission or, if an ownable model is passed in, it will + * check against the given entity model, taking into account entity-level permissions. */ function userCan(string $permission, Model $ownable = null): bool {