Alignment

This commit is contained in:
James Cole
2020-05-29 06:12:24 +02:00
parent 3c1361e377
commit 49b1a6d844
10 changed files with 61 additions and 61 deletions

View File

@@ -84,7 +84,7 @@ class MailError extends Job implements ShouldQueue
$args,
function (Message $message) use ($email) {
if ('mail@example.com' !== $email) {
$message->to($email, $email)->subject(trans('email.error_subject'));
$message->to($email, $email)->subject((string) trans('email.error_subject'));
}
}
);