From ecda2b347f85d50dbcded78b3cf02c1a4525d44d Mon Sep 17 00:00:00 2001 From: Aaditya <22BCT10047@cuchd.in> Date: Sat, 16 May 2026 03:33:59 +0530 Subject: [PATCH] Greptile Code Review Fix --- src/Appwrite/Platform/Modules/Projects/Http/Projects/Get.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Projects/Http/Projects/Get.php b/src/Appwrite/Platform/Modules/Projects/Http/Projects/Get.php index 32c2353f0a..718c745357 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/Projects/Get.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/Projects/Get.php @@ -3,7 +3,6 @@ namespace Appwrite\Platform\Modules\Projects\Http\Projects; use Appwrite\Extend\Exception; -use Appwrite\Platform\Action; use Appwrite\SDK\AuthType; use Appwrite\SDK\Method; use Appwrite\SDK\Response as SDKResponse; @@ -18,7 +17,7 @@ class Get extends Action public static function getName() { - return 'getProject'; + return 'getProjectById'; } public function __construct()