mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Bug: typo in the sensor_id key for sensors table (#9306)
This commit is contained in:
@ -5,7 +5,7 @@ namespace App\Models;
|
||||
class Sensor extends BaseModel
|
||||
{
|
||||
public $timestamps = false;
|
||||
protected $primaryKey = 'sensors_id';
|
||||
protected $primaryKey = 'sensor_id';
|
||||
|
||||
protected static $icons = array(
|
||||
'fanspeed' => 'tachometer',
|
||||
|
Reference in New Issue
Block a user