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 20befc4 commit 7a4b609Copy full SHA for 7a4b609
src/PackagistServiceProvider.php
@@ -22,7 +22,7 @@ public function register()
22
// Bind manager to application.
23
$this->app->bind(PackagistClient::class, function (Application $app) {
24
$urlGenerator = $app->make(PackagistUrlGenerator::class);
25
-
+
26
return new PackagistClient(new Client(), $urlGenerator);
27
});
28
0 commit comments