mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
|
|||
|
||||
public function handle()
|
||||
{
|
||||
GetContainersStatus::run();
|
||||
GetContainersStatus::run($this->server);
|
||||
return;
|
||||
// if (!$this->server->isFunctional()) {
|
||||
// return 'Server is not ready.';
|
||||
|
|
|
|||
Loading…
Reference in a new issue