mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
deactivate bookcases
This commit is contained in:
@@ -17,6 +17,7 @@ class WorldMap extends Component
|
||||
'mapData' => BookCase::query()
|
||||
->select(['id', 'latitude', 'longitude'])
|
||||
->withCount('orangePills')
|
||||
->active()
|
||||
->get()
|
||||
->map(fn($bookCase) => [
|
||||
'lat' => $bookCase->latitude,
|
||||
|
||||
Reference in New Issue
Block a user