mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
Disable invoice generate incentives
This commit is contained in:
@@ -36,8 +36,8 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('command:sellerSubscription')->daily();
|
||||
$schedule->command('command:customerSubscription')->daily();
|
||||
// $schedule->command('command:pushNotificatons')->everyMinute();
|
||||
$schedule->call(new GenerateVideoIncentivesService)->daily();
|
||||
$schedule->call(new GenerateIncentiveForAmazonReviews)->daily();
|
||||
// $schedule->call(new GenerateVideoIncentivesService)->daily();
|
||||
// $schedule->call(new GenerateIncentiveForAmazonReviews)->daily();
|
||||
$schedule->call('command::clear_downloads')->daily();
|
||||
$schedule->command('command:job-order-due')->daily();
|
||||
$schedule->command('command:pov-due')->daily();
|
||||
|
||||
Reference in New Issue
Block a user