Fix for mobile app

This commit is contained in:
Hillel Coren 2018-07-16 22:52:53 +03:00
parent f872524419
commit 47783fcd68

View File

@ -20,6 +20,7 @@ class Currency extends Eloquent
*/
protected $casts = [
'swap_currency_symbol' => 'boolean',
'exchange_rate' => 'double',
];
/**