Add a application uuid for flyingvoice.
This commit is contained in:
parent
4b71467053
commit
d760cda5cc
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
//application details
|
//application details
|
||||||
$apps[$x]['name'] = "Flyingvoice";
|
$apps[$x]['name'] = "Flyingvoice";
|
||||||
$apps[$x]['uuid'] = "";
|
$apps[$x]['uuid'] = "f9c57629-cb6b-4068-957e-5bb43e4cb877";
|
||||||
$apps[$x]['category'] = "Vendor";
|
$apps[$x]['category'] = "Vendor";
|
||||||
$apps[$x]['subcategory'] = "";
|
$apps[$x]['subcategory'] = "";
|
||||||
$apps[$x]['version'] = "1.0";
|
$apps[$x]['version'] = "1.0";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue