]> BookStack Code Mirror - bookstack/blobdiff - app/helpers.php
Added method for using enity ownership in relation queries
[bookstack] / app / helpers.php
index 191eddf4d0596e33c5f5ba7af0a783620a2bda5d..eb4e07a665ef2a62fe0efd879fc8830dc0105ffa 100644 (file)
@@ -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
 {