diff --git a/src/Appwrite/Utopia/Response/Model/AlgoBCrypt.php b/src/Appwrite/Utopia/Response/Model/AlgoBCrypt.php index b1b7dd3e50..d8d4cf763b 100644 --- a/src/Appwrite/Utopia/Response/Model/AlgoBCrypt.php +++ b/src/Appwrite/Utopia/Response/Model/AlgoBCrypt.php @@ -19,7 +19,7 @@ class AlgoBcrypt extends Model */ public function getName(): string { - return 'AlgoBCrypt'; + return 'AlgoBcrypt'; } /**