flex structure mailer

This commit is contained in:
2020-05-03 23:36:06 -05:00
parent 73abaa1f66
commit c578512188

View File

@@ -83,6 +83,7 @@ class FlexStructureCommand extends Command
//Build the body of the mail
$body = "Flex Structure Overhead Cost is due for the following structures:<br>";
dd($structures);
foreach($structures as $structure) {
$body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK<br>";
}