mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 19:01:39 +00:00
Various code cleanup [skip ci]
This commit is contained in:
@@ -56,8 +56,8 @@ class DeviceServerRequest extends BunqRequest
|
||||
|
||||
Log::debug('Headers we send along: ', $headers);
|
||||
|
||||
$response = $this->sendSignedBunqPost($uri, $data, $headers);
|
||||
$deviceServerId = new DeviceServerId;
|
||||
$response = $this->sendSignedBunqPost($uri, $data, $headers);
|
||||
$deviceServerId = new DeviceServerId;
|
||||
$deviceServerId->setId(intval($response['Response'][0]['Id']['id']));
|
||||
$this->deviceServerId = $deviceServerId;
|
||||
|
||||
|
Reference in New Issue
Block a user