cleanup
This commit is contained in:
@@ -69,9 +69,9 @@ class Kernel extends ConsoleKernel
|
|||||||
$schedule->command('services:GetCorps')
|
$schedule->command('services:GetCorps')
|
||||||
->monthlyOn(1, '09:00');
|
->monthlyOn(1, '09:00');
|
||||||
$schedule->command('services:GetStructures')
|
$schedule->command('services:GetStructures')
|
||||||
->dailyAt('09:00');
|
->dailyAt('09:00');
|
||||||
$schedule->command('services:GetAssets')
|
$schedule->command('services:GetAssets')
|
||||||
->hourlyAt('22');
|
->hourlyAt('22');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Purge Data Schedule
|
* Purge Data Schedule
|
||||||
|
|||||||
Reference in New Issue
Block a user