diff --git a/src/Appwrite/Event/Event.php b/src/Appwrite/Event/Event.php index ed52913a5e..719fbd5543 100644 --- a/src/Appwrite/Event/Event.php +++ b/src/Appwrite/Event/Event.php @@ -36,7 +36,7 @@ class Event public const MESSAGING_CLASS_NAME = 'MessagingV1'; public const TRANSFER_QUEUE_NAME = 'v1-transfer'; - public const TRANSFER_CLASS_NAME = 'TransferV1'; + public const TRANSFER_CLASS_NAME = 'TransfersV1'; protected string $queue = ''; protected string $class = '';