Refactor ContainerStatusJob.php for improved readability and maintainability
This commit is contained in:
parent
5df443a016
commit
edf2a2e68d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public function uniqueId(): int
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
GetContainersStatus::run();
|
GetContainersStatus::run($this->server);
|
||||||
return;
|
return;
|
||||||
// if (!$this->server->isFunctional()) {
|
// if (!$this->server->isFunctional()) {
|
||||||
// return 'Server is not ready.';
|
// return 'Server is not ready.';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue