diff --git a/app/Models/Device.php b/app/Models/Device.php index e03d36c21f..a79136a7f6 100644 --- a/app/Models/Device.php +++ b/app/Models/Device.php @@ -45,12 +45,14 @@ class Device extends BaseModel 'community', 'cryptoalgo', 'cryptopass', + 'disable_notify', 'features', 'hardware', 'hostname', 'display', 'icon', 'ip', + 'location_id', 'notes', 'os', 'override_sysLocation',