v0.5.3 - Added Locations and a location_id to washing machines
This commit is contained in:
@@ -14,6 +14,6 @@ class WashingMachine extends Model
|
||||
{
|
||||
//protected variable which contains name of database field(s) to be filled.
|
||||
protected $fillable = [
|
||||
'name'
|
||||
'name', 'location_id'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user