Passed
Push — dev5 ( 8662bf...df64bd )
by Ron
12:04
created
app/Http/Controllers/Admin/AdminController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
                         User::where('active', 1)
35 35
                             ->withCount([
36 36
                                 'FileLinks',
37
-                                'FileLinks as expired_file_links_count' => function($query)
38
-                                {
37
+                                'FileLinks as expired_file_links_count' => function($query) {
39 38
                                     $query->where('expire', '<', Carbon::now());
40 39
                                 }
41 40
                             ])
Please login to merge, or discard this patch.