change som item

This commit is contained in:
2025-12-01 14:16:37 +03:30
parent d24fb579b4
commit a676383a27
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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'));
}