removed structure taxes from program

This commit is contained in:
2019-05-22 00:03:16 -05:00
parent 85d1c30e81
commit c5a7a9e3ea
10 changed files with 0 additions and 746 deletions

View File

@@ -30,9 +30,6 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('services:CorpJournal')
->hourly()
->withoutOverlapping();
$schedule->command('services:HoldingJournal')
->hourly()
->withoutOverlapping();
@@ -42,9 +39,6 @@ class Kernel extends ConsoleKernel
$schedule->command('services:GetCorps')
->monthlyOn(1, '09:00')
->withoutOverlapping();
$schedule->command('services:CalculateMarketTax')
->monthlyOn(1, '08:00')
->withoutOverlapping();
$schedule->command('services:MoonMailer')
->monthlyOn(1, '00:01')
->withoutOverlapping();