Skip to content

Commit

Permalink
Add comment for MySQL 8 GEOMCOLLECTION
Browse files Browse the repository at this point in the history
  • Loading branch information
gbuckingham89 committed Aug 17, 2021
1 parent a58446d commit 5649daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/DatabaseEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private function getProxyClassName(string $geometryType) : string
'COMPOUNDCURVE' => Proxy\CompoundCurveProxy::class,
'CURVE' => Proxy\CurveProxy::class,
'CURVEPOLYGON' => Proxy\CurvePolygonProxy::class,
'GEOMCOLLECTION' => Proxy\GeometryCollectionProxy::class,
'GEOMCOLLECTION' => Proxy\GeometryCollectionProxy::class, /* MySQL 8 - https://github.com/brick/geo/pull/33 */
'GEOMETRY' => Proxy\GeometryProxy::class,
'GEOMETRYCOLLECTION' => Proxy\GeometryCollectionProxy::class,
'LINESTRING' => Proxy\LineStringProxy::class,
Expand Down

0 comments on commit 5649daf

Please sign in to comment.