mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Also add channel.
This commit is contained in:
@@ -48,7 +48,7 @@ class UpdateRequest implements UpdateRequestInterface
|
|||||||
$client = new Client();
|
$client = new Client();
|
||||||
$options = [
|
$options = [
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'User-Agent' => sprintf('FireflyIII/%s', config('firefly.version')),
|
'User-Agent' => sprintf('FireflyIII/%s/%s', config('firefly.version'), $channel),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
$res = $client->request('GET', $uri, $options);
|
$res = $client->request('GET', $uri, $options);
|
||||||
|
Reference in New Issue
Block a user