financials
This commit is contained in:
@@ -20,6 +20,7 @@ class Kernel extends ConsoleKernel
|
||||
Commands\DumpFleets::class,
|
||||
Commands\CalculateMarketTax::class,
|
||||
//Commands\GetLogisticsContracts::class,
|
||||
Commands\holdingfinances::class,
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -45,6 +46,9 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('services:calculatemarkettax')
|
||||
->monthlyOn(1, '08:00')
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:holdingjournal')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user