From fea2dd905ca8b70a164470b6541851374df327f8 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 17 Mar 2023 15:27:10 +0900 Subject: [PATCH] Update Event.php --- src/Appwrite/Event/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '';