Loading core/lib/Drupal/Component/Uuid/Pecl.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ class Pecl implements UuidInterface { * {@inheritdoc} */ public function generate() { return uuid_create(UUID_TYPE_DEFAULT); return strtolower(uuid_create(UUID_TYPE_DEFAULT)); } } Loading
core/lib/Drupal/Component/Uuid/Pecl.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ class Pecl implements UuidInterface { * {@inheritdoc} */ public function generate() { return uuid_create(UUID_TYPE_DEFAULT); return strtolower(uuid_create(UUID_TYPE_DEFAULT)); } }