mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #7654 from appwrite/lohanidamodar-patch-3
Fix return
This commit is contained in:
commit
0ad44ceb94
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ class Mail extends Event
|
|||
$this->variables = [];
|
||||
$this->bodyTemplate = '';
|
||||
$this->attachment = [];
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue