Change guid to uuid.

This commit is contained in:
FusionPBX 2021-08-25 14:13:00 -06:00 committed by GitHub
parent 806958fffd
commit f415ac6b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
//application details
$apps[$x]['name'] = "Domain Settings";
$apps[$x]['guid'] = "b31e723a-bf70-670c-a49b-470d2a232f71";
$apps[$x]['uuid'] = "b31e723a-bf70-670c-a49b-470d2a232f71";
$apps[$x]['category'] = "Core";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";