send mail for mining taxes

This commit is contained in:
2021-05-12 01:41:31 +09:00
parent 97109cfd08
commit ec933737cf

View File

@@ -250,7 +250,7 @@ class SendMiningTaxesInvoices implements ShouldQueue
$body .= "<br>";
$body .= "Characters Processed: <br>";
foreach($characters as $character) {
$body .= $character['character_name'] . "<br>";
$body .= $character . "<br>";
}
$body .= "<br>";
$body .= "<br>Sincerely,<br>Warped Intentions Leadership<br>";