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

Commit 413f155

Browse files
committed
Adds use InvalidArgumentException to Geometries/MutltiPoint
1 parent e51ca77 commit 413f155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Geometries/MultiPoint.php

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
namespace MStaack\LaravelPostgis\Geometries;
4+
use InvalidArgumentException;
45

56
class MultiPoint extends PointCollection implements GeometryInterface, \JsonSerializable
67
{

0 commit comments

Comments
 (0)