Ken 2 ماه پیش
والد
کامیت
4a408169fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
     }