fix: JSON_UNESCAPED_UNICODE

This commit is contained in:
Andras Bacsai
2024-05-23 11:58:54 +02:00
parent d9d0837024
commit df9ec711c5
2 changed files with 4 additions and 5 deletions

View File

@@ -57,7 +57,6 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
}
private function check_docker_engine()
{
ray('Checking Docker Engine');
$version = instant_remote_process([
"docker info",
], $this->server, false);