Upgrade to Laravel v7
This commit is contained in:
parent
dd4573cb45
commit
7fc3fb19c0
8 changed files with 1337 additions and 766 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Phaza\LaravelPostgis\Schema\Blueprint;
|
||||
use MStaack\LaravelPostgis\Schema\Blueprint;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class CreatePlacesTable extends Migration
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
use App\Models\Place;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Phaza\LaravelPostgis\Geometries\Point;
|
||||
use MStaack\LaravelPostgis\Geometries\Point;
|
||||
|
||||
class PlacesTableSeeder extends Seeder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue