Skip to content

Commit

Permalink
fix: hash constructor (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
qroques authored Jun 22, 2024
1 parent 0e26a8f commit c3b30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
readonly class Hash implements \Stringable, Comparable
{
private function __construct(public string $hash) {}
public function __construct(public string $hash) {}

public function __toString(): string
{
Expand Down

0 comments on commit c3b30a1

Please sign in to comment.