Skip to content

Commit 97b8204

Browse files
committed
use util
1 parent b5cc212 commit 97b8204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityGithub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function getSshPublicKeys(string $username): array
1818
if ($curl_output === false) {
1919
throw new CurlException(curl_error($curl));
2020
}
21-
$keys = json_decode($curl_output, false);
21+
$keys = jsonDecode($curl_output, false);
2222
curl_close($curl);
2323

2424
// normally returns array of objects each with a ->key attribute

0 commit comments

Comments
 (0)