Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Commit b1ebdda

Browse files
qbootjoelwurtz
authored andcommitted
Quick fix - Status badge in admin panel
1 parent f4e5ee9 commit b1ebdda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/RedirectionIOSettingsPage.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,9 @@ public static function isWorkingConnection($connection)
245245
return false;
246246
}
247247

248-
$client = new Client(
249-
['checkStatus' => [
250-
'remote_socket' => $connection['remote_socket'],
251-
]],
248+
$client = new Client([
249+
'checkStatus' => $connection['remote_socket'],
250+
],
252251
10000,
253252
true
254253
);

0 commit comments

Comments
 (0)