This commit is contained in:
Damodar Lohani 2024-02-24 14:49:17 +00:00
parent ca1c83c2cf
commit ea484e593b

View file

@ -359,7 +359,7 @@ class Mail extends Event
/**
* Get attachment
*
*
* @return array
*/
public function getAttachment(): array
@ -369,7 +369,7 @@ class Mail extends Event
/**
* Reset attachment
*
*
* @return self
*/
public function resetAttachment(): self