From a2bfc92bc65ef5df1a5caeb33fb6f86db81b8c55 Mon Sep 17 00:00:00 2001 From: AdSecIT <70515016+AdSecIT@users.noreply.github.com> Date: Wed, 5 Mar 2025 22:24:17 +1030 Subject: [PATCH] Update device.php Spelling correction. --- app/devices/resources/classes/device.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/resources/classes/device.php b/app/devices/resources/classes/device.php index 899962262e..3ab557c4a9 100644 --- a/app/devices/resources/classes/device.php +++ b/app/devices/resources/classes/device.php @@ -1382,7 +1382,7 @@ //save the array $this->database->app_name = $this->app_name; - $this->databasee->app_uuid = $this->app_uuid; + $this->database->app_uuid = $this->app_uuid; $this->database->save($array); unset($array);