mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
committed by
GitHub
parent
8e955307d3
commit
abe81c15a9
@@ -23,7 +23,7 @@ use Ramsey\Uuid\Rfc4122\FieldsInterface as Rfc4122FieldsInterface;
|
||||
use Ramsey\Uuid\Rfc4122\TimeTrait;
|
||||
use Ramsey\Uuid\Rfc4122\UuidInterface;
|
||||
use Ramsey\Uuid\Rfc4122\UuidV1;
|
||||
use Ramsey\Uuid\Uuid;
|
||||
use Ramsey\Uuid\Uuid as BaseUuid;
|
||||
|
||||
/**
|
||||
* Reordered time, or version 6, UUIDs include timestamp, clock sequence, and
|
||||
@@ -36,7 +36,7 @@ use Ramsey\Uuid\Uuid;
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
class UuidV6 extends Uuid implements UuidInterface
|
||||
class UuidV6 extends BaseUuid implements UuidInterface
|
||||
{
|
||||
use TimeTrait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user