mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix correct field
This commit is contained in:
@@ -171,6 +171,6 @@ $factory->define(\App\Models\Sensor::class, function (Faker\Generator $faker) {
|
||||
'sensor_id' => $faker->randomDigit,
|
||||
'sensor_index' => $faker->randomDigit,
|
||||
'sensor_class' => $faker->randomElement($sensor_class),
|
||||
'sensor_value' => $faker->randomDigit,
|
||||
'sensor_current' => $faker->randomDigit,
|
||||
];
|
||||
});
|
||||
|
Reference in New Issue
Block a user