Skip to content

Commit eec4d92

Browse files
committed
fixed money component
1 parent 35c2a03 commit eec4d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Components/Money.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Money extends Component
1111
public function __construct(
1212
public mixed $amount,
1313
public ?string $currency = null,
14-
public bool $convert = false
14+
public ?bool $convert = null
1515
) {
1616
//
1717
}

0 commit comments

Comments
 (0)