feat: add UUID string length constant (#8)

Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/8
This commit is contained in:
Victor Westerlund 2025-11-01 16:48:38 +01:00
parent b1bdf628f2
commit feea36b190

View file

@ -2,6 +2,8 @@
namespace vlw\Scaffold\Helpers; namespace vlw\Scaffold\Helpers;
const UUID_LENGTH = 36;
/** /**
* Generate an all binary 0:s UUID * Generate an all binary 0:s UUID
* *