From feea36b190bd522a6b71e49529406079bddd916d Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sat, 1 Nov 2025 16:48:38 +0100 Subject: [PATCH] feat: add UUID string length constant (#8) Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/8 --- src/Helpers/UUID.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Helpers/UUID.php b/src/Helpers/UUID.php index e5a415b..887f99b 100644 --- a/src/Helpers/UUID.php +++ b/src/Helpers/UUID.php @@ -2,6 +2,8 @@ namespace vlw\Scaffold\Helpers; + const UUID_LENGTH = 36; + /** * Generate an all binary 0:s UUID *