mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 23:20:43 +00:00
refactor(CheckTraefikVersionForServerJob): remove unnecessary onQueue assignment in constructor
This commit is contained in:
@@ -23,9 +23,7 @@ class CheckTraefikVersionForServerJob implements ShouldQueue
|
||||
public function __construct(
|
||||
public Server $server,
|
||||
public array $traefikVersions
|
||||
) {
|
||||
$this->onQueue('high');
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
||||
Reference in New Issue
Block a user