mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -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 = [])
|
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(
|
$direction = array_get(
|
||||||
$options,
|
$options,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user