This commit is contained in:
2025-08-11 09:09:52 +03:30
parent 945a5aa061
commit 881ffe626a
4 changed files with 5 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ class SendSupervisorCheckStatsCommand extends Command
*
* @var string
*/
protected $signature = 'app:send-supervisor-check-stats';
protected $signature = 'report:send-supervisor-check-stats';
/**
* The console command description.
@@ -24,7 +24,7 @@ class SendSupervisorCheckStatsCommand extends Command
/**
* Execute the console command.
*/
public function handle(SendSupervisorCheckStatsReportService $service)
public function handle(SendSupervisorCheckStatsReportService $service): void
{
$service->execute();
$this->info('Done!');