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 f709e8f commit 5bae080Copy full SHA for 5bae080
README.md
@@ -75,7 +75,7 @@ use MatanYadaev\EloquentSpatial\Objects\Polygon;
75
class Place extends Model
76
{
77
protected $fillable = [
78
- 'name'
+ 'name',
79
'location',
80
'area',
81
];
0 commit comments