diff --git a/src/Engine/DatabaseEngine.php b/src/Engine/DatabaseEngine.php index e5fb0e1..0e192f9 100644 --- a/src/Engine/DatabaseEngine.php +++ b/src/Engine/DatabaseEngine.php @@ -224,6 +224,7 @@ private function getProxyClassName(string $geometryType) : string 'COMPOUNDCURVE' => Proxy\CompoundCurveProxy::class, 'CURVE' => Proxy\CurveProxy::class, 'CURVEPOLYGON' => Proxy\CurvePolygonProxy::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,