From c53ee8c5032031180b468028a4324bd387e3687d Mon Sep 17 00:00:00 2001 From: frytimo Date: Mon, 23 Jun 2025 16:18:57 -0300 Subject: [PATCH] Remove setting app and uuid for groups (#7392) --- resources/classes/groups.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/classes/groups.php b/resources/classes/groups.php index 138671f38b..926bb20858 100644 --- a/resources/classes/groups.php +++ b/resources/classes/groups.php @@ -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;