Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adds use InvalidArgumentException to Geometries/MutltiPoint
  • Loading branch information
opengisdev committed Jan 12, 2022
commit 413f155d1d2d8cad198e8ba9f6852d43ef269bd0
1 change: 1 addition & 0 deletions src/Geometries/MultiPoint.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace MStaack\LaravelPostgis\Geometries;
use InvalidArgumentException;

class MultiPoint extends PointCollection implements GeometryInterface, \JsonSerializable
{
Expand Down