mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed currency_format default currency
This commit is contained in:
parent
a4f58f0a8d
commit
2e07a12e6f
@ -5,7 +5,7 @@ class Currency
|
||||
|
||||
public function format($number, $currency = null, array $options = [])
|
||||
{
|
||||
$currency = strtoupper($currency ?: config('streams::currencies.default'));
|
||||
$currency = strtoupper($currency ?: setting_value('streams::currency'));
|
||||
|
||||
$direction = array_get(
|
||||
$options,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user