We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042e293 commit b860042Copy full SHA for b860042
README.md
@@ -80,7 +80,7 @@ class Place extends Model
80
'area',
81
];
82
83
- protected $spatialFields = [
+ protected $casts = [
84
'location' => Point::class,
85
'area' => Polygon::class,
86
0 commit comments