No need to define class types in postgisFields array

This commit is contained in:
Jonny Barnes 2016-09-22 15:15:47 +01:00
parent 4d1e577f66
commit d542975b9f

View file

@ -33,8 +33,8 @@ class Place extends Model
* @var array
*/
protected $postgisFields = [
'location' => Point::class,
'polygon' => Polygon::class,
'location',
'polygon',
];
/**