diff --git a/src/Symfony/Component/Uid/Uuid.php b/src/Symfony/Component/Uid/Uuid.php index 50d2993cdb..ef365fd72e 100644 --- a/src/Symfony/Component/Uid/Uuid.php +++ b/src/Symfony/Component/Uid/Uuid.php @@ -20,8 +20,6 @@ class Uuid extends AbstractUid { protected const TYPE = UUID_TYPE_DEFAULT; - protected $uuid; - public function __construct(string $uuid) { $type = uuid_type($uuid);