@@ -47,7 +47,7 @@ |
||
47 | 47 | $ids = explode(',', $ids); |
48 | 48 | if ($ids) { |
49 | 49 | array_map(function ($v) { |
50 | - return (int) $v; |
|
50 | + return (int)$v; |
|
51 | 51 | }, $ids); |
52 | 52 | $users = User::whereIn('id', $ids)->with(['applicant', 'manager', 'hr_advisor'])->get(); |
53 | 53 | } |