refactor(CheckTraefikVersionForServerJob): remove unnecessary onQueue assignment in constructor
This commit is contained in:
parent
7626279baa
commit
e97222aef2
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue