added requests and some old commands
This commit is contained in:
@@ -28,6 +28,10 @@ class Kernel extends ConsoleKernel
|
||||
* Eve Commands
|
||||
*/
|
||||
Commands\Eve\ItemPricesUpdateCommand::class,
|
||||
/**
|
||||
* Finance Commands
|
||||
*/
|
||||
Commands\Finances\UpdateAllianceWalletJournal::class,
|
||||
/**
|
||||
* Mining Tax Commands
|
||||
*/
|
||||
@@ -57,6 +61,13 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('data:PurgeUsers')
|
||||
->dailyAt('23:00');
|
||||
|
||||
/**
|
||||
* Finances Update Schedule
|
||||
*/
|
||||
$schedule->command('finances:UpdateJournals')
|
||||
->hourlyAt('45')
|
||||
->withoutOverlapping();
|
||||
|
||||
/**
|
||||
* Item Update Schedule
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user