From c74b53497e59f3aa1ea4896d90bcfc617438c615 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 26 May 2025 09:42:24 +0300 Subject: [PATCH] Deletes.php deleteProject scope --- src/Appwrite/Platform/Workers/Deletes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Workers/Deletes.php b/src/Appwrite/Platform/Workers/Deletes.php index b9da675216..2b2ec33624 100644 --- a/src/Appwrite/Platform/Workers/Deletes.php +++ b/src/Appwrite/Platform/Workers/Deletes.php @@ -476,6 +476,7 @@ class Deletes extends Action */ protected function deleteProject(Database $dbForPlatform, callable $getProjectDB, Device $deviceForFiles, Device $deviceForFunctions, Device $deviceForBuilds, Device $deviceForCache, CertificatesAdapter $certificates, Document $document): void { + var_dump('******Deleting in base class ******'); $projectInternalId = $document->getInternalId(); $projectId = $document->getId();