From 8e018b1c68edb790978ae02e3f2f21a155e497f4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 8 Dec 2019 22:24:18 -0700 Subject: [PATCH] Update app_config.php --- app/sql_query/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sql_query/app_config.php b/app/sql_query/app_config.php index b374d73645..45b5aad6f0 100644 --- a/app/sql_query/app_config.php +++ b/app/sql_query/app_config.php @@ -2,7 +2,7 @@ //application details $apps[$x]['name'] = "SQL"; - $apps[$x]['uuid'] = "1dd98ca6-95f1-e728-7e8f-137fe18dc23c"; + $apps[$x]['uuid'] = "7102e551-155a-4c88-b028-f8f669c682b5"; $apps[$x]['category'] = "System"; $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = "1.0";