Fix geography error
This commit is contained in:
parent
ee915e7d9f
commit
e36345ca53
12 changed files with 270 additions and 12 deletions
|
@ -15,14 +15,14 @@ use MStaack\LaravelPostgis\Eloquent\PostgisTrait;
|
|||
use MStaack\LaravelPostgis\Geometries\Point;
|
||||
|
||||
/**
|
||||
* App\Models\Place.
|
||||
* App\Models\Place
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property string $slug
|
||||
* @property string|null $description
|
||||
* @property Point $location
|
||||
* @property string|null $polygon
|
||||
* @property mixed|null $polygon
|
||||
* @property Carbon|null $created_at
|
||||
* @property Carbon|null $updated_at
|
||||
* @property string|null $icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue