Skip to content

Commit 32e95ba

Browse files
committed
Removed duplicate implementation.
(cherry picked from commit d1e8510)
1 parent 2b44c23 commit 32e95ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Types/GeometryCollection.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ public function count()
107107
return count($this->items);
108108
}
109109

110-
public function toJson($options = 0)
111-
{
112-
return json_encode($this, $options);
113-
}
114-
115110
/**
116111
* Convert to GeoJson GeometryCollection that is jsonable to GeoJSON.
117112
*

0 commit comments

Comments
 (0)