change som item
This commit is contained in:
@@ -17,7 +17,7 @@ class DailyMovingMachineCommand extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'daily_moving_machine';
|
||||
protected $signature = 'webservice:daily_moving_machine';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
||||
@@ -49,7 +49,7 @@ class Kernel extends ConsoleKernel
|
||||
->dailyAt('04:00')
|
||||
->appendOutputTo(storage_path('logs/telescope.log'));
|
||||
|
||||
$schedule->command('daily_moving_machine')
|
||||
$schedule->command('webservice:daily_moving_machine')
|
||||
->dailyAt('02:00')->appendOutputTo(storage_path('logs/dailymovingmachine.log'));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user