Test Failed
Push — dev5 ( e8fc97...2deb8a )
by Ron
17:44 queued 11:42
created
app/Http/Controllers/DashboardController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -48,12 +48,12 @@
 block discarded – undo
48 48
         $totalLinks  = FileLinks::where('user_id', Auth::user()->user_id)->count();
49 49
 
50 50
         return view('dashboard', [
51
-           'custFavs'    => $custFavs,
52
-           'tipFavs'     => $tipFavs,
53
-           'tips30'      => $tips30Days,
54
-           'tipsAll'     => $tipsTotal,
55
-           'activeLinks' => $activeLinks,
56
-           'totalLinks'  => $totalLinks,
51
+            'custFavs'    => $custFavs,
52
+            'tipFavs'     => $tipFavs,
53
+            'tips30'      => $tips30Days,
54
+            'tipsAll'     => $tipsTotal,
55
+            'activeLinks' => $activeLinks,
56
+            'totalLinks'  => $totalLinks,
57 57
 //            'modules'       => $modules
58 58
         ]);
59 59
     }
Please login to merge, or discard this patch.