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