bugfix
This commit is contained in:
@@ -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!');
|
||||
|
||||
Reference in New Issue
Block a user