mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Add $permissions
This commit is contained in:
parent
a461d5bf72
commit
424a357503
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ use Utopia\System\System;
|
|||
|
||||
class Deletes extends Action
|
||||
{
|
||||
protected array $selects = ['$internalId', '$id', '$collection', '$updatedAt'];
|
||||
protected array $selects = ['$internalId', '$id', '$collection', '$permissions', '$updatedAt'];
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue