diff --git a/src/Money.php b/src/Money.php index 980d4e2..650f5fb 100644 --- a/src/Money.php +++ b/src/Money.php @@ -21,7 +21,7 @@ final class Money implements JsonSerializable, Arrayable, Wireable } /** Create a new Money instance with the same currency. */ - protected function new(int $value): self + public function new(int $value): self { return new self($value, $this->currency); }