diff --git a/src/Currency.php b/src/Currency.php index 05df2f0..38e41ea 100644 --- a/src/Currency.php +++ b/src/Currency.php @@ -116,7 +116,7 @@ class Currency implements Arrayable, JsonSerializable /** Get the currency's math decimal count. */ public function displayDecimals(): int - { + { return $this->displayDecimals; }