Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 0ce123e

Browse files
authored
Merge pull request #172 from rogervila/fix-missing-import
2 parents a3c00e0 + 577f0d6 commit 0ce123e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Eloquent/PostgisTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use MStaack\LaravelPostgis\Exceptions\PostgisTypesMalformedException;
77
use MStaack\LaravelPostgis\Exceptions\UnsupportedGeomtypeException;
88
use MStaack\LaravelPostgis\Geometries\Geometry;
9+
use MStaack\LaravelPostgis\Geometries\GeometryCollection;
910
use MStaack\LaravelPostgis\Geometries\GeometryInterface;
1011
use MStaack\LaravelPostgis\Schema\Grammars\PostgisGrammar;
1112

0 commit comments

Comments
 (0)