From bbc9eb1f8193fa7f8fa6d5091e60e53329182695 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 3 Jun 2016 09:00:29 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- app/Integrations/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Integrations/Feed.php b/app/Integrations/Feed.php index e118076e..ee09ddd1 100644 --- a/app/Integrations/Feed.php +++ b/app/Integrations/Feed.php @@ -11,8 +11,8 @@ namespace CachetHQ\Cachet\Integrations; -use GuzzleHttp\Client; use Exception; +use GuzzleHttp\Client; use Illuminate\Contracts\Cache\Repository; /**