This website works better with JavaScript
Home
Explore
Help
Sign In
footballdata
/
api
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
m
Ken
1 month ago
parent
46127410be
commit
a9d89dd7dd
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/Http/Controllers/Api/Test.php
+ 1
- 0
app/Http/Controllers/Api/Test.php
View File
@@ -34,6 +34,7 @@ public function index()
break;
}
}
+ $data[] = $list;
return $this->success($data);
}