moon mailer

This commit is contained in:
2019-05-31 21:20:54 -05:00
parent 722aa7d601
commit 899866e595

View File

@@ -11,7 +11,6 @@ use App\Jobs\SendEveMailJob;
//Library
use Commands\Library\CommandHelper;
use App\Library\Moons\MoonMailer;
use App\Library\Moons\MoonCalc;
//Models
@@ -62,9 +61,6 @@ class MoonMailerCommand extends Command
//Add the entry into the jobs table saying the job has started
$task->SetStartStatus();
//Declare the moon calc class variable to utilize the library to update the price
$mailer = new MoonMailer;
//Create other variables
$body = null;