Moved from Tailwind to Boostrap
This commit is contained in:
@@ -15,4 +15,8 @@ class Place extends Model
|
||||
|
||||
protected $primaryKey = 'id';
|
||||
protected $table = 'places';
|
||||
|
||||
protected $fillable = [
|
||||
'name','gps', 'phone', 'description', 'url', 'address'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user