From f415ac6b95148c1d85643136a38addc5d1b66259 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 25 Aug 2021 14:13:00 -0600 Subject: [PATCH] Change guid to uuid. --- core/domain_settings/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index 5fffef49cb..9de43d079c 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -2,7 +2,7 @@ //application details $apps[$x]['name'] = "Domain Settings"; - $apps[$x]['guid'] = "b31e723a-bf70-670c-a49b-470d2a232f71"; + $apps[$x]['uuid'] = "b31e723a-bf70-670c-a49b-470d2a232f71"; $apps[$x]['category'] = "Core"; $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = "1.0";