mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
Fix syntax
This commit is contained in:
parent
ade8b0e5a6
commit
d8d80f2729
@ -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', [
|
||||
|
Loading…
Reference in New Issue
Block a user