@@ -54,6 +54,9 @@ |
||
54 | 54 | return Uuid::uuid1(); |
55 | 55 | } |
56 | 56 | |
57 | + /** |
|
58 | + * @param string $uuid |
|
59 | + */ |
|
57 | 60 | public static function encodeUuid($uuid): string |
58 | 61 | { |
59 | 62 | if (! Uuid::isValid($uuid)) { |