diff --git a/src/Uuid.php b/src/Uuid.php index b36a833..dc68d0e 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -448,7 +448,7 @@ final class Uuid 'Cannot call ' . __METHOD__ . ' without support for large ' . 'integers, since integer is an unsigned ' . '128-bit integer; Moontoast\Math\BigNumber is required' - . '; consider calling getMostSignificantBitsHex instead' + . '; consider calling getHex instead' ); }