|
|
@@ -41,7 +41,7 @@ class Kernel extends ConsoleKernel
|
|
|
$schedule->command('createOwnerReport')->monthlyOn(1);
|
|
|
$schedule->command('createOwnerBillReport')->monthlyOn(1);
|
|
|
$schedule->command('createOwnerAreaReport')->monthlyOn(25);
|
|
|
- $schedule->command('syncBatchTask')->everyMinute();
|
|
|
+ $schedule->command('sync:batch')->everyMinute();
|
|
|
}
|
|
|
|
|
|
/**
|