Change guid to uuid.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
//application details
|
//application details
|
||||||
$apps[$x]['name'] = "Domains";
|
$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]['category'] = "Core";
|
||||||
$apps[$x]['subcategory'] = "";
|
$apps[$x]['subcategory'] = "";
|
||||||
$apps[$x]['version'] = "1.0";
|
$apps[$x]['version'] = "1.0";
|
||||||
|
|||||||
Reference in New Issue
Block a user