From 47783fcd682abf6a1bd79a7e67df2e11b34c28d6 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 16 Jul 2018 22:52:53 +0300 Subject: [PATCH] Fix for mobile app --- app/Models/Currency.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Currency.php b/app/Models/Currency.php index 77d99d543a36..8349650dd7b2 100644 --- a/app/Models/Currency.php +++ b/app/Models/Currency.php @@ -20,6 +20,7 @@ class Currency extends Eloquent */ protected $casts = [ 'swap_currency_symbol' => 'boolean', + 'exchange_rate' => 'double', ]; /**