From 85950868f25308436eab7da3eb891b3ebed661c1 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 9 Jan 2024 15:30:43 +0200 Subject: [PATCH] remove cloud related scripts --- src/Appwrite/Platform/Services/Tasks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Services/Tasks.php b/src/Appwrite/Platform/Services/Tasks.php index 6b8a111611..808fb07a81 100644 --- a/src/Appwrite/Platform/Services/Tasks.php +++ b/src/Appwrite/Platform/Services/Tasks.php @@ -26,7 +26,6 @@ class Tasks extends Service ->addAction(Usage::getName(), new Usage()) ->addAction(Vars::getName(), new Vars()) ->addAction(SSL::getName(), new SSL()) - ->addAction(Hamster::getName(), new Hamster()) ->addAction(Doctor::getName(), new Doctor()) ->addAction(Install::getName(), new Install()) ->addAction(Upgrade::getName(), new Upgrade())