Some small fixes needed for the tests

This commit is contained in:
Jonny Barnes 2020-06-13 17:26:59 +01:00
parent 961b7d1acf
commit b0ad1d272c
9 changed files with 780 additions and 645 deletions

View file

@ -5,7 +5,7 @@ namespace Tests\Unit;
use Tests\TestCase;
use App\Models\Place;
use App\Services\PlaceService;
use Phaza\LaravelPostgis\Geometries\Point;
use MStaack\LaravelPostgis\Geometries\Point;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Foundation\Testing\DatabaseTransactions;