mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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('response')
|
||||||
->inject('dbForProject')
|
->inject('dbForProject')
|
||||||
->inject('queueForEvents')
|
->inject('queueForEvents')
|
||||||
|
->inject('authorization')
|
||||||
->callback($this->action(...));
|
->callback($this->action(...));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue