modified schedule to remove PI transacitons.

This commit is contained in:
2019-12-01 00:26:06 -06:00
parent 0fb0cca948
commit c65653ef1e
3 changed files with 0 additions and 138 deletions

View File

@@ -21,7 +21,6 @@ class Kernel extends ConsoleKernel
Commands\UpdateMoonPriceCommand::class,
Commands\HoldingFinancesCommand::class,
Commands\MoonMailerCommand::class,
Commands\PiTransactionsCommand::class,
Commands\GetStructuresCommand::class,
Commands\GetAssetsCommand::class,
Commands\GetEveContractsCommand::class,
@@ -48,9 +47,6 @@ class Kernel extends ConsoleKernel
$schedule->command('services:MoonMailer')
->monthlyOn(1, '00:01')
->withoutOverlapping();
$schedule->command('services:PiTransactions')
->hourly()
->withoutOverlapping();
$schedule->command('services:GetStructures')
->dailyAt('09:00')
->withoutOverlapping();