From 9fe0a5a31b71f4d2016ff7c2f355596c07adeb26 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sat, 24 Feb 2024 21:03:18 +0545 Subject: [PATCH] Update Mail.php --- src/Appwrite/Event/Mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Event/Mail.php b/src/Appwrite/Event/Mail.php index 6ded33e02e..9bdbf6044d 100644 --- a/src/Appwrite/Event/Mail.php +++ b/src/Appwrite/Event/Mail.php @@ -393,6 +393,7 @@ class Mail extends Event $this->variables = []; $this->bodyTemplate = ''; $this->attachment = []; + return $this; } /**