Skip to content

Commit

Permalink
fix UuidType
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-efler committed Apr 19, 2021
1 parent 0aea968 commit 2223d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/UuidType.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __toString()
return $this->value;
}

public function value(): UuidInterface
public function value(): string
{
return $this->value;
}
Expand Down

0 comments on commit 2223d1f

Please sign in to comment.