*/ public function toArray(Request $request): array { // return parent::toArray($request); return [ 'id' => $this->id, 'irrigation_id' => $this->irrigation_id, 'name' => $this->name, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'geom' => $this->geom, 'geojson' => $this->geojson, ]; } }