refactor(CheckTraefikVersionForServerJob): remove unnecessary onQueue assignment in constructor

This commit is contained in:
Andras Bacsai 2025-11-18 10:44:01 +01:00
parent 7626279baa
commit e97222aef2

View file

@ -23,9 +23,7 @@ class CheckTraefikVersionForServerJob implements ShouldQueue
public function __construct( public function __construct(
public Server $server, public Server $server,
public array $traefikVersions public array $traefikVersions
) { ) {}
$this->onQueue('high');
}
/** /**
* Execute the job. * Execute the job.