From ff97327803717fff3c12e5e1232e6735c68e01cf Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 10 Jun 2016 12:27:29 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- app/Http/Controllers/Dashboard/ApiController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/Dashboard/ApiController.php b/app/Http/Controllers/Dashboard/ApiController.php index 16ac2610..da0faca6 100644 --- a/app/Http/Controllers/Dashboard/ApiController.php +++ b/app/Http/Controllers/Dashboard/ApiController.php @@ -11,7 +11,6 @@ namespace CachetHQ\Cachet\Http\Controllers\Dashboard; -use CachetHQ\Cachet\Integrations\Releases; use CachetHQ\Cachet\Models\Component; use CachetHQ\Cachet\Models\ComponentGroup; use CachetHQ\Cachet\Models\IncidentTemplate; @@ -19,7 +18,6 @@ use Exception; use GrahamCampbell\Binput\Facades\Binput; use Illuminate\Database\Eloquent\ModelNotFoundException; use Illuminate\Routing\Controller; -use Illuminate\Support\Facades\Response; class ApiController extends Controller {