Fix syntax

This commit is contained in:
Pig Fang 2019-04-19 23:17:58 +08:00
parent ade8b0e5a6
commit d8d80f2729

View File

@ -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', [