Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit e58c0dc

Browse files
pana1990rgomezcasas
authored andcommitted
Make uuid value protected in order to be compared with the similar comparators
For more details: https://pro.codely.tv/library/ddd-en-php/96188/path/step/62050172/discussion/213917/response/1775187/
1 parent b96507d commit e58c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Domain/ValueObject/Uuid.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Uuid
1111
{
12-
private $value;
12+
protected $value;
1313

1414
public function __construct(string $value)
1515
{

0 commit comments

Comments
 (0)