Skip to content

Commit

Permalink
fixup! Implement HttpRequestInterface and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Apr 29, 2024
1 parent ddcb7d2 commit e6452ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/HttpClientModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class HttpClientModule extends AbstractModule
*/
protected function configure(): void
{
$this->bind(::class)->to(HttpRequestCurl::class);
$this->bind(HttpRequestInterface::class)->to(HttpRequestCurl::class);
$this->bind(HttpRequestHeaders::class);
}
}

0 comments on commit e6452ad

Please sign in to comment.