feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -29,6 +29,7 @@ class UserResource extends JsonResource
|
||||
'boundary_polygon' => $this->tenant->boundary_polygon ? (function ($poly) {
|
||||
$rings = $poly->getGeometries();
|
||||
$ring = $rings->first();
|
||||
|
||||
return $ring ? $ring->getGeometries()->map(fn ($p) => ['lat' => $p->latitude, 'lng' => $p->longitude])->all() : null;
|
||||
})($this->tenant->boundary_polygon) : null,
|
||||
] : null,
|
||||
|
||||
Reference in New Issue
Block a user