Permission fixes and washing reservation fixes
This commit is contained in:
@@ -14,6 +14,6 @@ class WashingReservation extends Model
|
||||
{
|
||||
//protected variable which contains name of database field(s) to be filled.
|
||||
protected $fillable = [
|
||||
'time', 'machine'
|
||||
'time', 'machine_id', 'user_id'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user