Fix for regression in Handler.php
This commit is contained in:
parent
8c8be24a53
commit
e97b6f00ed
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ trait SubscriptionHooker
|
|||
RequestOptions::JSON => ['body' => $body], RequestOptions::ALLOW_REDIRECTS => false
|
||||
]);
|
||||
|
||||
return json_decode($response->getBody(),true));
|
||||
return json_decode($response->getBody(),true);
|
||||
}
|
||||
catch(\Exception $e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue