mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Format
This commit is contained in:
parent
8834163c91
commit
1e230a93a9
1 changed files with 1 additions and 2 deletions
|
|
@ -212,8 +212,7 @@ abstract class Action extends AppwriteAction
|
|||
protected function removeReadonlyAttributes(
|
||||
Document|array $document,
|
||||
bool $privileged = false,
|
||||
): Document|array
|
||||
{
|
||||
): Document|array {
|
||||
foreach ($this->removableAttributes['*'] as $attribute) {
|
||||
unset($document[$attribute]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue