You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following this topic as well, I really want to be able to verify that a Uuid::uuid6 is an instance of Ramsey\Uuid\Nonstandard\Uuidv6 otherwise i have no of knowing that the uuid being passed is a uuid type6.
hello
as said in the title, this :
$uuid = Ramsey\Uuid\Uuid::uuid6() ; $uuid instanceof Ramsey\Uuid\Nonstandard\UuidV6
now returns false...if i do
get_class($uuid)
,i'll get : Ramsey\Uuid\Lazy\LazyUuidFromString object...
since i would prefer to be sure to have the time ordered Uuid, is it something i still can check somehow ?
The text was updated successfully, but these errors were encountered: