@@ -19,7 +19,7 @@ |
||
19 | 19 | $repository->pushCriteria(new Where('user_id', $user->id)); |
20 | 20 | $repository->pushCriteria(new Where('result', Status::ACCEPT)); |
21 | 21 | $repository->pushCriteria(new Distinct('problem_id')); |
22 | - return $repository->all('problem_id')->map(function ($item) { |
|
22 | + return $repository->all('problem_id')->map(function($item) { |
|
23 | 23 | return $item->problem_id; |
24 | 24 | }); |
25 | 25 | } |