From 57a695367ba675eaa9488c735cf4e345b9a97464 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 11 Feb 2024 14:54:32 +0545 Subject: [PATCH] fix typo --- src/Appwrite/Extend/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index 4bc5c320e8..5991fd1367 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -86,7 +86,7 @@ class Exception extends \Exception public const USER_OAUTH2_PROVIDER_ERROR = 'user_oauth2_provider_error'; public const USER_EMAIL_ALREADY_VERIFIED = 'user_email_alread_verified'; public const USER_PHONE_ALREADY_VERIFIED = 'user_phone_already_verified'; - public const USER_DELETION_PROHIBITED = 'USER_DELETION_PROHIBITED'; + public const USER_DELETION_PROHIBITED = 'user_deletion_prohibited'; /** Teams */ public const TEAM_NOT_FOUND = 'team_not_found';