From 901e62a98f5f6add0000e6eef4d58417bddcee5f Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Sun, 15 Mar 2020 15:41:40 +0100 Subject: [PATCH] remove unused uuid property leftover from https://github.com/symfony/symfony/pull/36074 --- src/Symfony/Component/Uid/Uuid.php | 2 -- 1 file changed, 2 deletions(-) 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);