Test Failed
Branch dev5 (4ce0ff)
by Ron
06:19
created
database/migrations/2014_10_12_000000_create_users_table.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             'email'        => '[email protected]',
38 38
             'password'     => bcrypt('password'),
39 39
             'active'       => 1,
40
-           'is_installer' => 1
40
+            'is_installer' => 1
41 41
         ]);
42 42
     }
43 43
 
Please login to merge, or discard this patch.
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.