We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8865702 commit 2ab1d3eCopy full SHA for 2ab1d3e
src/CommandBus/Handler/Github/AddRepositoryHandler.php
@@ -52,7 +52,7 @@ public function handle(AddRepositoryCommand $command): PromiseInterface
52
])
53
)
54
)->then(function ($repository) {
55
- return $this->hydrator->hydrate(RepositoryInterface::HYDRATE_CLASS, $repository->getBody()->getJson());
+ return $this->hydrator->hydrate(RepositoryInterface::HYDRATE_CLASS, $repository->getBody()->getParsedContents());
56
});
57
}
58
0 commit comments