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();