Fix for mobile app
This commit is contained in:
parent
f872524419
commit
47783fcd68
|
|
@ -20,6 +20,7 @@ class Currency extends Eloquent
|
|||
*/
|
||||
protected $casts = [
|
||||
'swap_currency_symbol' => 'boolean',
|
||||
'exchange_rate' => 'double',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue