Skip to content

Commit b860042

Browse files
committed
fix
1 parent 042e293 commit b860042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Place extends Model
8080
'area',
8181
];
8282

83-
protected $spatialFields = [
83+
protected $casts = [
8484
'location' => Point::class,
8585
'area' => Polygon::class,
8686
];

0 commit comments

Comments
 (0)