From 806958fffd82b873859bb1cc5184d05ea256d9f8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 25 Aug 2021 14:12:09 -0600 Subject: [PATCH] Change guid to uuid. --- core/domains/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/domains/app_config.php b/core/domains/app_config.php index 5e84d462e5..07f5c27e72 100644 --- a/core/domains/app_config.php +++ b/core/domains/app_config.php @@ -2,7 +2,7 @@ //application details $apps[$x]['name'] = "Domains"; - $apps[$x]['guid'] = "8b91605b-f6d2-42e6-a56d-5d1ded01bb44"; + $apps[$x]['uuid'] = "8b91605b-f6d2-42e6-a56d-5d1ded01bb44"; $apps[$x]['category'] = "Core"; $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = "1.0";