Greptile Code Review Fix

This commit is contained in:
Aaditya 2026-05-16 03:33:59 +05:30
parent 89023d1d52
commit ecda2b347f

View file

@ -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()