Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter authored May 2, 2022
1 parent 1bd1f75 commit 55143d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ class GitHubExtension implements ExtensionInterface
{
public function __invoke(ContainerInterface $container, object $service): object
{
$service->setEnterpriseUrl(
$container->get(GitHubClient::GITHUB_HOST)
);
$service->setEnterpriseUrl($container->get(GitHubClient::GITHUB_HOST));

return $service;
}
Expand Down

0 comments on commit 55143d5

Please sign in to comment.