Completed
Push — dev5 ( 16c2ad...90e844 )
by Ron
08:07
created
app/Http/Controllers/Admin/AdminController.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -34,12 +34,12 @@
 block discarded – undo
34 34
         foreach($userLinks as $user)
35 35
         {
36 36
             $expired = $user->FileLinks->filter(function($lnk)
37
-                       {
38
-                           if($lnk->expire < date('Y-m-d'))
39
-                           {
40
-                               return $lnk;
41
-                           }
42
-                       })->count();
37
+                        {
38
+                            if($lnk->expire < date('Y-m-d'))
39
+                            {
40
+                                return $lnk;
41
+                            }
42
+                        })->count();
43 43
 
44 44
             $linkCount[] = [
45 45
                 'user_id' => $user->user_id,
Please login to merge, or discard this patch.