Fixes #682
This commit is contained in:
@@ -52,6 +52,6 @@ class HttpRepository implements RepositoryInterface
|
||||
|
||||
$body = json_decode($response->getBody());
|
||||
|
||||
return $body['segment_write_key'];
|
||||
return $body->segment_write_key;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user