This commit is contained in:
Benjamin Takats
2023-01-28 23:29:42 +01:00
parent 35c1b4872a
commit 2333455117
2 changed files with 160 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ class MeetupForBtcMapTable extends DataTableComponent
return Meetup::query()
->with([
'city.country',
]);
])
->orderBy('cities.population');
}
}