Add static Uuid::uuid2() method

This commit is contained in:
Ben Ramsey
2020-01-18 14:14:47 -06:00
parent 72a2312f62
commit 268e66aad8
5 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ class UuidFactory implements UuidFactoryInterface
public function uuid2(
int $localDomain,
?IntegerValue $localIdentifier,
?IntegerValue $localIdentifier = null,
?Hexadecimal $node = null,
?int $clockSeq = null
): UuidInterface {