init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Lucent\Id;
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class Id
|
||||
{
|
||||
public static function new(): string
|
||||
{
|
||||
return (string) Str::uuid();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user