Ken 2 bulan lalu
induk
melakukan
4a408169fb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Http/Controllers/api/Issue.php

+ 1 - 1
app/Http/Controllers/api/Issue.php

@@ -26,7 +26,7 @@ class Issue extends BaseController
         $type = [1, 2, 3, 4];
         $list = [];
         $list[] = Cao::whereIn('id', $type)->get();
-        $type = [5,6,7,8];
+        $type = [5, 6, 7, 8];
         $list[] = Cao::whereIn('id', $type)->get();
         return $this->success($list);
     }