Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Apr 8, 2020
1 parent 20befc4 commit 7a4b609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackagistServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function register()
// Bind manager to application.
$this->app->bind(PackagistClient::class, function (Application $app) {
$urlGenerator = $app->make(PackagistUrlGenerator::class);

return new PackagistClient(new Client(), $urlGenerator);
});

Expand Down

0 comments on commit 7a4b609

Please sign in to comment.