@@ -23,7 +23,7 @@ |
||
| 23 | 23 | |
| 24 | 24 | public function inYuan() |
| 25 | 25 | { |
| 26 | - $precision = config('revaluation.options.rmb.precision', config('revaluation.options.rmb.pricision')); |
|
| 26 | + $precision = config('revaluation.options.rmb.precision', config('revaluation.options.rmb.pricision')); |
|
| 27 | 27 | |
| 28 | 28 | return number_format(round($this->value / 100, $precision), $precision, '.', ''); |
| 29 | 29 | } |