Devices [Class]: Fix typo.

This commit is contained in:
fusionate 2024-10-30 13:27:39 -06:00
parent 3714dc73f4
commit d627db10a6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1376,7 +1376,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);