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');