From cdf9745a2a307eb47de8efc7d67d5ef3e8b33275 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 26 Jan 2023 17:15:29 +0530 Subject: [PATCH] feat: add hamster script --- src/Appwrite/Platform/Tasks/Hamster.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/Hamster.php b/src/Appwrite/Platform/Tasks/Hamster.php index bc03c8d824..ebf6e1f8c7 100644 --- a/src/Appwrite/Platform/Tasks/Hamster.php +++ b/src/Appwrite/Platform/Tasks/Hamster.php @@ -65,7 +65,7 @@ class Hamster extends Action public function __construct() { $this - ->desc('Get stats for project') + ->desc('Get stats for projects') ->inject('register') ->inject('pools') ->inject('cache') @@ -145,7 +145,7 @@ class Hamster extends Action public function action(Registry $register, Group $pools, Cache $cache, Database $dbForConsole): void { - Console::success('Getting stats...'); + Console::info('Getting stats...'); /* Initialise new Utopia app */ $app = new App('UTC');