From c664e60af7127187f5d37b8276a5e406a9ae3392 Mon Sep 17 00:00:00 2001 From: 1day2die Date: Sun, 7 Nov 2021 19:18:06 +0100 Subject: [PATCH] Update Payment.php --- app/Models/Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Payment.php b/app/Models/Payment.php index 04e871ea..2fb1db0e 100644 --- a/app/Models/Payment.php +++ b/app/Models/Payment.php @@ -57,6 +57,7 @@ class Payment extends Model /** * @param mixed $value * @param string $locale + * * @return float */ public function formatToCurrency($value,$locale = 'en_US')