diff --git a/app/Integrations/Credits.php b/app/Integrations/Credits.php index 2050fc1f..a82105cc 100644 --- a/app/Integrations/Credits.php +++ b/app/Integrations/Credits.php @@ -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; } });