Ken 1 kuukausi sitten
vanhempi
commit
f6e2c17e10
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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;
     }
 }