Cannot get Hex from Guid
Author: prolicCreated May 2, 2020Updated Nov 26, 2020
Labelsbug
To Reproduce...
$factory = new UuidFactory(new FeatureSet(true));
$guid = $factory->uuid4();
$hex= $guid->getHex();Throws:
Ramsey\Uuid\Exception\InvalidArgumentException: The byte string received does not contain a valid versionSource: ramsey/uuid