瀏覽代碼

Change guid to uuid.

FusionPBX 4 年之前
父節點
當前提交
cf69f605ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/domains/app_config.php

+ 1 - 1
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";