JSON_UNESCAPED_SLASHES

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 16:43:20 +01:00
parent 45140f84a1
commit fe73706743

View File

@@ -54,13 +54,13 @@ Route::middleware([])
->with([ ->with([
'city.country', 'city.country',
]) ])
// ->where('community', '=', 'einundzwanzig') ->where('community', '=', 'einundzwanzig')
// ->whereHas('city', ->whereHas('city',
// fn($query) => $query fn($query) => $query
// ->whereNotNull('cities.simplified_geojson') ->whereNotNull('cities.simplified_geojson')
// ->whereNotNull('cities.population') ->whereNotNull('cities.population')
// ->whereNotNull('cities.population_date') ->whereNotNull('cities.population_date')
// ) )
->get() ->get()
->map(fn($meetup) => [ ->map(fn($meetup) => [
'id' => $meetup->slug, 'id' => $meetup->slug,