This commit is contained in:
James Brooks
2015-05-29 20:32:14 +01:00
parent 4c28335ffe
commit 3197b5d18d

View File

@@ -52,6 +52,6 @@ class HttpRepository implements RepositoryInterface
$body = json_decode($response->getBody());
return $body['segment_write_key'];
return $body->segment_write_key;
}
}