Update device.php (#7287)

Spelling correction.
This commit is contained in:
AdSecIT 2025-03-06 03:28:00 +10:30 committed by GitHub
parent 0fa87760cb
commit b714d25150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,7 @@
//save the array //save the array
$this->database->app_name = $this->app_name; $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); $this->database->save($array);
unset($array); unset($array);