From 9b3b979d499cbaa7c8e885e8b9e26ac892ac6c92 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 29 Jun 2018 16:10:32 +0100 Subject: [PATCH] Apply fixes from StyleCI (#3147) [ci skip] [skip ci] --- app/Http/Controllers/Dashboard/ComponentGroupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/ComponentGroupController.php b/app/Http/Controllers/Dashboard/ComponentGroupController.php index e5e4011f..7d016567 100644 --- a/app/Http/Controllers/Dashboard/ComponentGroupController.php +++ b/app/Http/Controllers/Dashboard/ComponentGroupController.php @@ -59,7 +59,7 @@ class ComponentGroupController extends Controller View::share([ 'sub_menu' => $this->subMenu, - 'subTitle' => trans_choice('dashboard.components.components', 2), + 'subTitle' => trans_choice('dashboard.components.components', 2), ]); }