navbar issue
This commit is contained in:
@@ -73,12 +73,14 @@ class Kernel extends ConsoleKernel
|
|||||||
$schedule->command('MiningTaxes:Ledgers')
|
$schedule->command('MiningTaxes:Ledgers')
|
||||||
->dailyAt('20:00')
|
->dailyAt('20:00')
|
||||||
->withoutOverlapping();
|
->withoutOverlapping();
|
||||||
|
/*
|
||||||
$schedule->command('MiningTaxes:Invoices')
|
$schedule->command('MiningTaxes:Invoices')
|
||||||
->weeklyOn(1, '8:00')
|
->weeklyOn(1, '8:00')
|
||||||
->withoutOverlapping();
|
->withoutOverlapping();
|
||||||
$schedule->command('MiningTaxes:Payments')
|
$schedule->command('MiningTaxes:Payments')
|
||||||
->hourlyAt('15')
|
->hourlyAt('15')
|
||||||
->withoutOverlapping();
|
->withoutOverlapping();
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user