8000 remove unused uuid property · Tobion/symfony@901e62a · GitHub
[go: up one dir, main page]

Skip to content

Commit 901e62a

Browse files
committed
remove unused uuid property
leftover from symfony#36074
1 parent bfca6b9 commit 901e62a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Uid/Uuid.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class Uuid extends AbstractUid
2020
{
2121
protected const TYPE = UUID_TYPE_DEFAULT;
2222

23-
protected $uuid;
24-
2523
public function __construct(string $uuid)
2624
{
2725
$type = uuid_type($uuid);

0 commit comments

Comments
 (0)
0