@@ -34,8 +34,7 @@ |
||
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 | ]) |