diff --git a/app/Http/Controllers/MarketController.php b/app/Http/Controllers/MarketController.php index 0020d213..d59e7ee6 100644 --- a/app/Http/Controllers/MarketController.php +++ b/app/Http/Controllers/MarketController.php @@ -109,7 +109,7 @@ class MarketController extends Controller $pluginsJson = $this->guzzle->request( 'GET', config('plugins.registry'), - ['verify' => resource_path('misc/ca-bundle.crt')], + ['verify' => resource_path('misc/ca-bundle.crt')] )->getBody(); } catch (Exception $e) { throw new Exception(trans('admin.plugins.market.connection-error', [