Guid::uuid4() doesn't generate a Guid
Author: prolicCreated Apr 7, 2020Updated Dec 29, 2020
Labelsbug
echo get_class(Ramsey\Uuid\Guid\Guid::uuid4());
will return
Ramsey\Uuid\Rfc4122\UuidV4.
I didn't expect this behavior at all.
Source: ramsey/uuid
echo get_class(Ramsey\Uuid\Guid\Guid::uuid4());
will return
Ramsey\Uuid\Rfc4122\UuidV4.
I didn't expect this behavior at all.
Source: ramsey/uuid