Remove setting app and uuid for groups (#7392)

This commit is contained in:
frytimo
2025-06-23 16:18:57 -03:00
committed by GitHub
parent 57ffc57092
commit c53ee8c503

View File

@@ -63,10 +63,6 @@
$this->database = new database;
}
//set the application name and uuid
$this->database->app_name = $this->app_name;
$this->database->app_uuid = $this->app_uuid;
//set the domain_uuid
if (is_uuid($domain_uuid)) {
$this->domain_uuid = $domain_uuid;