Skip to content

Commit f685c40

Browse files
authored
Merge pull request #275 from viralsolani/analysis-zdKo2p
Apply fixes from StyleCI
2 parents 18b306a + cd3cf00 commit f685c40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/Http/Controllers/Backend/DashboardController.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
use App\Models\Access\Permission\Permission;
77
use App\Models\Access\Role\Role;
88
use App\Models\Access\User\User;
9-
use Illuminate\Http\Request;
109
use App\Models\Settings\Setting;
10+
use Illuminate\Http\Request;
11+
1112
/**
1213
* Class DashboardController.
1314
*/
@@ -21,7 +22,7 @@ public function index()
2122
$settingData = Setting::first();
2223
$google_analytics = $settingData->google_analytics;
2324

24-
return view('backend.dashboard',compact('google_analytics', $google_analytics));
25+
return view('backend.dashboard', compact('google_analytics', $google_analytics));
2526
}
2627

2728
/**

0 commit comments

Comments
 (0)