@@ -116,7 +116,7 @@ |
||
116 | 116 | protected function scale(?int $scale = null): int |
117 | 117 | { |
118 | 118 | if ($this->scale === null) { |
119 | - $this->scale = (int) config('wallet.math.scale', 64); |
|
119 | + $this->scale = (int)config('wallet.math.scale', 64); |
|
120 | 120 | } |
121 | 121 | |
122 | 122 | return $scale ?? $this->scale; |