Update settings.php

This commit is contained in:
FusionPBX 2025-03-13 14:31:48 -06:00 committed by GitHub
parent ad3e5082e2
commit 50321fb8d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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)) {