feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -16,7 +16,7 @@ use InvalidArgumentException;
|
||||
* - Optimized for horizontal scaling and collision resistance
|
||||
* - Always starts with 'c' for collision-resistant
|
||||
*/
|
||||
final readonly class Cuid
|
||||
final readonly class Cuid implements Stringable
|
||||
{
|
||||
public const int LENGTH = 25;
|
||||
public const string PREFIX = 'c';
|
||||
|
||||
Reference in New Issue
Block a user