Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tonkoshkurik authored and github-actions[bot] committed Nov 30, 2022
1 parent 6ea581d commit af8fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/SoapRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function request(string $method, array $requestBody, bool $convertToSoap
? "\nSOAP response start***: ".$this->soapClient->__last_response.'***SOAP response end'
: ''
);
// "\nTrace: ".json_encode($exception->getTrace());
// "\nTrace: ".json_encode($exception->getTrace());

Log::error($message);
throw new \Exception($message);
Expand Down

0 comments on commit af8fb76

Please sign in to comment.