Test Setup Failed
Push — master ( 051002...08cf0f )
by he
17:49
created
app/Services/User/UserSolutions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.