Skip to content

Commit

Permalink
fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeckers committed Dec 17, 2018
1 parent 6761f73 commit e6ab585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/DeviceAddressInformationHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private function apiCall(string $url, string $token): DeviceAddressInformation
{
$response = $this->client->request('GET', $url, [
'headers' => [
'Authorization' => 'Basic '.$token,
'Authorization' => 'Bearer '.$token,
'Accept' => 'application/json',
],
]);
Expand Down

0 comments on commit e6ab585

Please sign in to comment.