Completed
Pull Request — develop (#121)
by Neil
03:21
created
app/Http/Controllers/Widgets/WidgetDataController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
         {
84 84
             $devices = User::find($request->user()->user_id)->devices()->where('ignore', '=', 0)->get();
85 85
         }
86
-        $count  = ['warn' => 0, 'up' => 0, 'down' => 0];
86
+        $count = ['warn' => 0, 'up' => 0, 'down' => 0];
87 87
         foreach ($devices as $device)
88 88
         {
89 89
             if ($device->status == 1)
Please login to merge, or discard this patch.