mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Inject authorization dependency into the Update class for improved authorization handling in relationship updates.
This commit is contained in:
parent
d721425cfe
commit
e1fbaf14eb
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ class Update extends RelationshipUpdate
|
|||
->inject('response')
|
||||
->inject('dbForProject')
|
||||
->inject('queueForEvents')
|
||||
->inject('authorization')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue