Ken 1 개월 전
부모
커밋
f6e2c17e10
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      app/Services/FixtureService.php

+ 1 - 3
app/Services/FixtureService.php

@@ -8,7 +8,7 @@
 
 class FixtureService extends BaseService
 {
-    static function a()
+    static function index()
     {
         $date = Carbon::tomorrow()->toDateString();
         $data = Client::fixtures(['date' => $date]);
@@ -38,8 +38,6 @@ static function a()
             }
         }
         Sport::insert($tableData);
-
-
         return $tableData;
     }
 }