mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-19 16:47:23 +03:00
Add NameGeneratorInterface and generators for v3 and v5 UUIDs
This commit is contained in:
@@ -23,7 +23,7 @@ class RandomGeneratorFactory
|
||||
/**
|
||||
* Returns a default random generator, based on the current environment
|
||||
*/
|
||||
public static function getGenerator(): RandomGeneratorInterface
|
||||
public function getGenerator(): RandomGeneratorInterface
|
||||
{
|
||||
return new RandomBytesGenerator();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user