From 31861f020f3a8ac3f3c76ebc4fa7f13539bb9a09 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 3 Jun 2016 17:10:24 +0100 Subject: [PATCH] Fixed typo --- app/Integrations/Credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } });