diff --git a/app/Place.php b/app/Place.php index 7ce34599..14682f65 100644 --- a/app/Place.php +++ b/app/Place.php @@ -33,8 +33,8 @@ class Place extends Model * @var array */ protected $postgisFields = [ - 'location' => Point::class, - 'polygon' => Polygon::class, + 'location', + 'polygon', ]; /**