moon mailer
This commit is contained in:
@@ -155,9 +155,9 @@ class MoonMailerCommand extends Command
|
|||||||
|
|
||||||
//For each of the moons, build the System Planet and Moon.
|
//For each of the moons, build the System Planet and Moon.
|
||||||
foreach($moons as $moon) {
|
foreach($moons as $moon) {
|
||||||
$temp = 'System: ' . $moon->System;
|
$temp = 'Moon: ' . $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon;
|
||||||
$temp .= 'Planet: ' . $moon->Planet;
|
//$temp .= ' Planet: ' . $moon->Planet;
|
||||||
$temp .= 'Moon: ' . $moon->Moon;
|
//$temp .= ' Moon: ' . $moon->Moon;
|
||||||
//Push the new string onto the array list
|
//Push the new string onto the array list
|
||||||
array_push($list, $temp);
|
array_push($list, $temp);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user