belongsTo(Project::class); } public function toArrayCustom() { return [ (float) $this->top_left_latitude, (float) $this->top_left_longitude, (float) $this->bottom_right_latitude, (float) $this->bottom_right_longitude ]; } }