Skip to content

Commit

Permalink
Merge pull request #206 from GeOsmFamily:dev
Browse files Browse the repository at this point in the history
update oder osc
  • Loading branch information
BorisGautier authored Nov 23, 2023
2 parents f92ad41 + 3dc18ae commit 531c79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/OddController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class OddController extends BaseController
*/
public function index()
{
$odds = Odd::all();
$odds = Odd::orderBy('id','asc')->get();

foreach ($odds as $odd) {
$odd->categorieOdd;
Expand Down

0 comments on commit 531c79b

Please sign in to comment.