mirror of
https://codeberg.org/vlw/scaffold.git
synced 2025-11-05 06:02:42 +01:00
feat: add UUID string length constant (#8)
Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/8
This commit is contained in:
parent
b1bdf628f2
commit
c3c39d7477
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue