update to time / date for rental end column

This commit is contained in:
2019-02-13 05:40:01 -06:00
parent c46c05e440
commit 8491799895
6 changed files with 78 additions and 131 deletions
-4
View File
@@ -19,7 +19,6 @@ class Kernel extends ConsoleKernel
Commands\UpdateMoonPricing::class,
Commands\CalculateMarketTax::class,
Commands\holdingfinances::class,
Commands\RunCloneSaver::class,
];
/**
@@ -45,9 +44,6 @@ class Kernel extends ConsoleKernel
$schedule->command('services:calculatemarkettax')
->monthlyOn(1, '08:00')
->withoutOverlapping();
//$schedule->command('services:clonesaver')
// ->everyMinute()
// ->withoutOverlapping();
}
/**