Skip to content

Commit

Permalink
Fix PHP warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghteyes committed Oct 17, 2018
1 parent ed6d681 commit a073a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apicore/structure/apicore.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private function setDefaultCurlOpts(){
$this->args['config'] =
array(
'curl' => array(
CURLOPT_SSLVERSION => 6,
'CURLOPT_SSLVERSION' => 6,
)
);
}
Expand Down

0 comments on commit a073a91

Please sign in to comment.