diff --git a/src/Uuid.php b/src/Uuid.php index 64a1388..85a4328 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -737,7 +737,7 @@ class Uuid implements UuidInterface public static function getFactory() { if (! self::$factory) { - self::$factory = new new UuidFactory(); + self::$factory = new UuidFactory(); } return self::$factory;