mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Convert string to lowercase. Fixes GH Issue #131
This commit is contained in:
@@ -187,6 +187,7 @@ class UuidFactory implements UuidFactoryInterface
|
||||
|
||||
public function fromString($uuid)
|
||||
{
|
||||
$uuid = strtolower($uuid);
|
||||
return $this->codec->decode($uuid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user