mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix linter
This commit is contained in:
@@ -90,7 +90,7 @@ class Mails extends Action
|
||||
$mail->Subject = $subject;
|
||||
$mail->Body = $body;
|
||||
$mail->AltBody = \strip_tags($body);
|
||||
if(!empty($attachment['content'] ?? '')) {
|
||||
if (!empty($attachment['content'] ?? '')) {
|
||||
$mail->AddStringAttachment(
|
||||
$attachment['content'],
|
||||
$attachment['filename'] ?? 'unknown.file',
|
||||
|
||||
Reference in New Issue
Block a user