Update
parent
67f373ec82
commit
5ce52144b3
|
|
@ -22,6 +22,7 @@ class WaterQualityMonitoringDailyLog extends Model
|
|||
'ph',
|
||||
'temperature',
|
||||
'turbidity',
|
||||
'nh3n',
|
||||
'monitored_at',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ class WaterQualityMonitoringLog extends Model
|
|||
'temperature',
|
||||
'turbidity',
|
||||
'monitored_at',
|
||||
'nh3n',
|
||||
'is_filled',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue