added geojson extractor
This commit is contained in:
@@ -23,6 +23,10 @@ class City extends Model
|
||||
'updated_at'
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
'geometry',
|
||||
];
|
||||
|
||||
public function province()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Province');
|
||||
|
||||
Reference in New Issue
Block a user