mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
hrsystem write fix (#13314)
This commit is contained in:
@@ -6,7 +6,7 @@ class HrSystem extends DeviceRelatedModel
|
||||
{
|
||||
public $timestamps = false;
|
||||
protected $table = 'hrSystem';
|
||||
protected $fillable = ['hrSystemNumUsers', 'hrSystemProcesses', 'hrSystemMaxProcesses'];
|
||||
protected $fillable = ['device_id', 'hrSystemNumUsers', 'hrSystemProcesses', 'hrSystemMaxProcesses'];
|
||||
|
||||
protected $primaryKey = 'hrSystem_id';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user