mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
btc-meetups updated
This commit is contained in:
@@ -54,7 +54,9 @@ Route::middleware([])
|
||||
->with([
|
||||
'city.country',
|
||||
])
|
||||
->whereHas('city', fn($query) => $query->whereNotNull('cities.simplified_geojson'))
|
||||
->where('community', '=', 'einundzwanzig')
|
||||
->whereHas('city',
|
||||
fn($query) => $query->whereNotNull('cities.simplified_geojson'))
|
||||
->get()
|
||||
->map(fn($meetup) => [
|
||||
'id' => $meetup->slug,
|
||||
|
||||
Reference in New Issue
Block a user