Browse Source

Change guid to uuid.

FusionPBX 4 năm trước cách đây
mục cha
commit
cf69f605ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";