Skip to content

Commit

Permalink
fixed money component
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jul 11, 2023
1 parent 35c2a03 commit eec4d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Money.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Money extends Component
public function __construct(
public mixed $amount,
public ?string $currency = null,
public bool $convert = false
public ?bool $convert = null
) {
//
}
Expand Down

0 comments on commit eec4d92

Please sign in to comment.