removed moon stuff from console kernel

This commit is contained in:
2020-06-03 04:32:03 -05:00
parent 3b11dae932
commit cb0fcbc582
4 changed files with 0 additions and 352 deletions

View File

@@ -49,18 +49,11 @@ class Kernel extends ConsoleKernel
$schedule->command('services:HoldingJournal')
->hourlyAt('45')
->withoutOverlapping();
//Command to update moon rental pricing
$schedule->command('services:UpdateMoonPrice')
->hourlyAt('30');
//Get the corps within the alliance
$schedule->command('services:GetCorps')
->monthlyOn(1, '09:00');
//Update the moons, and send out mails for current moon rentals
$schedule->command('services:MoonMailer')
->monthlyOn(1, '00:01');
//Get the structures within the alliance and their information
$schedule->command('services:GetStructures')
->dailyAt('09:00');