소스 검색

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