feat: add UUID string length constant

This commit is contained in:
Victor Westerlund 2025-11-01 16:46:44 +01:00
parent b1bdf628f2
commit a60cf2bb0a
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

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