Update Server.php

This commit is contained in:
2023-01-25 12:42:58 +01:00
committed by GitHub
parent a5f3d3d0fd
commit 6f2b651a70

View File

@@ -40,7 +40,7 @@ class Server
'params' => $attributes
];
$token = base64encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret))
$token = base64encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret));
$response = $this->client->post("api.php", [
'headers' => [