rental moon testing

This commit is contained in:
2020-06-05 02:09:44 -05:00
parent 3b29dd2a91
commit dcaa848b0f

View File

@@ -62,6 +62,9 @@ class Kernel extends ConsoleKernel
$schedule->command('services:HoldingJournal') $schedule->command('services:HoldingJournal')
->hourlyAt('45') ->hourlyAt('45')
->withoutOverlapping(); ->withoutOverlapping();
//$schedule->command('services:GetFinances')
// ->hourlyAt('35')
// ->withoutOverlapping();
/** /**
* Get Information Schedule * Get Information Schedule