Test Failed
Branch dev5 (4ce0ff)
by Ron
06:19
created
app/Http/Controllers/DashboardController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -55,12 +55,12 @@
 block discarded – undo
55 55
         // return $tipFavs;
56 56
 
57 57
         return view('dashboard', [
58
-           'custFavs'    => $custFavs,
59
-           'tipFavs'     => $tipFavs,
60
-           'tips30'      => $tips30Days,
61
-           'tipsAll'     => $tipsTotal,
62
-           'activeLinks' => $activeLinks,
63
-           'totalLinks'  => $totalLinks,
58
+            'custFavs'    => $custFavs,
59
+            'tipFavs'     => $tipFavs,
60
+            'tips30'      => $tips30Days,
61
+            'tipsAll'     => $tipsTotal,
62
+            'activeLinks' => $activeLinks,
63
+            'totalLinks'  => $totalLinks,
64 64
 //            'notifications' => $notifications->toArray(),
65 65
 //            'modules'       => $modules
66 66
         ]);
Please login to merge, or discard this patch.