From 6840f6c579a0acd4b84ae3d12a3f260ebd26d5cc Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 9 Feb 2017 15:44:12 +0000 Subject: [PATCH] Remove bad comma --- app/Http/Controllers/Dashboard/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/ApiController.php b/app/Http/Controllers/Dashboard/ApiController.php index ee08eefd..9cc80c4e 100644 --- a/app/Http/Controllers/Dashboard/ApiController.php +++ b/app/Http/Controllers/Dashboard/ApiController.php @@ -46,7 +46,7 @@ class ApiController extends AbstractApiController $component->group_id, $component->enabled, $component->meta, - false, + false )); } catch (QueryException $e) { throw new BadRequestHttpException();