1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Update Mail.php

This commit is contained in:
Damodar Lohani 2024-02-24 21:03:18 +05:45 committed by GitHub
parent 07f7271c51
commit 9fe0a5a31b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,6 +393,7 @@ class Mail extends Event
$this->variables = [];
$this->bodyTemplate = '';
$this->attachment = [];
return $this;
}
/**