Skip to content

Commit

Permalink
TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
denis_sz committed Oct 8, 2024
1 parent 9d2fbdc commit ace9b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Centrifugo.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ protected function send(string $method, array $params = []) : array
'verify' => $this->config['verify'],
'ssl_key' => $this->config['ssl_key']
];
dump($config);
try {

$response = $this->httpClient->post($method, $config);
Expand Down

0 comments on commit ace9b86

Please sign in to comment.