diff --git a/app/Services/PlaceService.php b/app/Services/PlaceService.php index 0d53a9c6..24bd1b1a 100644 --- a/app/Services/PlaceService.php +++ b/app/Services/PlaceService.php @@ -6,7 +6,6 @@ namespace App\Services; use App\Models\Place; use Illuminate\Support\Arr; -use MStaack\LaravelPostgis\Geometries\Point; class PlaceService {