From 7e14cf8c2e7da3cfa83393d22d4ddc67c76e6a71 Mon Sep 17 00:00:00 2001 From: TheCOBAN Date: Sat, 18 Apr 2020 21:48:01 +0300 Subject: [PATCH] fix typo --- app/Http/Controllers/Settings/Currencies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Settings/Currencies.php b/app/Http/Controllers/Settings/Currencies.php index 767e29780..2d26c29b3 100644 --- a/app/Http/Controllers/Settings/Currencies.php +++ b/app/Http/Controllers/Settings/Currencies.php @@ -229,7 +229,7 @@ class Currencies extends Controller public function config() { - $json = new \stdClass(); + $json = new \stdClass(); $code = request('code');