From 50321fb8d09f35e01c21904cdeb33dfbd3af7b2e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 13 Mar 2025 14:31:48 -0600 Subject: [PATCH] Update settings.php --- resources/classes/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/classes/settings.php b/resources/classes/settings.php index 9c7725f9e6..d96a0aee30 100644 --- a/resources/classes/settings.php +++ b/resources/classes/settings.php @@ -146,7 +146,7 @@ class settings { /** * Returns the domain_uuid in this object used to load the settings - * @return string Uuid of the domain used to load the object or an empty string + * @return string UUID of the domain used to load the object or an empty string */ public function get_domain_uuid(): string { if (!empty($this->domain_uuid)) { @@ -157,7 +157,7 @@ class settings { /** * Returns the user_uuid in this object used to load the settings - * @return string Uuid of the user used to load the object or an empty string + * @return string UUID of the user used to load the object or an empty string */ public function get_user_uuid(): string { if (!empty($this->user_uuid)) {