mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Greptile Code Review Fix
This commit is contained in:
parent
89023d1d52
commit
ecda2b347f
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue