remove unused uuid property

leftover from https://github.com/symfony/symfony/pull/36074
This commit is contained in:
Tobias Schultze 2020-03-15 15:41:40 +01:00
parent bfca6b985e
commit 901e62a98f

View File

@ -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);