Ken 2 일 전
부모
커밋
63cef04e1d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      app/Http/Controllers/api/NewPc.php

+ 0 - 2
app/Http/Controllers/api/NewPc.php

@@ -216,8 +216,6 @@ class NewPc extends BaseController
         try {
             $page = request()->input('page', 1);
             $limit = request()->input('limit', 10);
-
-
             $res['total'] = PcIssue::count();
             $res['data'] = PcIssue::forPage($page, $limit)
                 ->orderByDesc('id')->get();