feat(Uuid): add module

This commit is contained in:
Matthieu Bessat 2021-10-03 10:41:29 +02:00
parent 53b5ebcb43
commit 86c2321fab
3 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1,10 @@
<?php
return [
'actions' => [
[
'name' => 'Generate compact uuid',
'path' => '/?compact=yes'
]
]
];