feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -5,6 +5,7 @@ declare(strict_types=1);
|
||||
namespace App\Framework\NanoId;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use Stringable;
|
||||
|
||||
/**
|
||||
* NanoId Value Object
|
||||
@@ -13,7 +14,7 @@ use InvalidArgumentException;
|
||||
* Default alphabet: A-Za-z0-9_-
|
||||
* Default size: 21 characters
|
||||
*/
|
||||
final readonly class NanoId
|
||||
final readonly class NanoId implements Stringable
|
||||
{
|
||||
public const int DEFAULT_SIZE = 21;
|
||||
public const string DEFAULT_ALPHABET = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_-';
|
||||
|
||||
Reference in New Issue
Block a user