feat(Uuid): add module
This commit is contained in:
parent
53b5ebcb43
commit
86c2321fab
3 changed files with 39 additions and 1 deletions
10
modules/uuid/uuid_help.php
Normal file
10
modules/uuid/uuid_help.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
[
|
||||
'name' => 'Generate compact uuid',
|
||||
'path' => '/?compact=yes'
|
||||
]
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue