From 2f7b0c9938e55cae647ac72651d2f91574843342 Mon Sep 17 00:00:00 2001 From: shimon Date: Sat, 22 Jul 2023 17:31:33 +0300 Subject: [PATCH] added bucketId to cache::deleteByResource --- src/Appwrite/Event/Delete.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Event/Delete.php b/src/Appwrite/Event/Delete.php index 448c27f62..cca38d29d 100644 --- a/src/Appwrite/Event/Delete.php +++ b/src/Appwrite/Event/Delete.php @@ -140,6 +140,7 @@ class Delete extends Event 'type' => $this->type, 'document' => $this->document, 'resource' => $this->resource, + 'resourceType' => $this->resourceType, 'datetime' => $this->datetime, 'hourlyUsageRetentionDatetime' => $this->hourlyUsageRetentionDatetime, ]);