Fixed typo

This commit is contained in:
Graham Campbell
2016-06-03 17:10:24 +01:00
parent abf83361e8
commit 31861f020f

View File

@@ -71,7 +71,7 @@ class Credits
return json_decode((new Client())->get($this->url, [
'headers' => ['Accept' => 'application/json', 'User-Agent' => defined('CACHET_VERSION') ? 'cachet/'.constant('CACHET_VERSION') : 'cachet'],
])->getBody(), true);
catch (Exception $e) {
} catch (Exception $e) {
return self::FAILED;
}
});