Skip to content

Commit

Permalink
remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamadhasan Taghadosi committed Aug 9, 2023
1 parent d001bbe commit 987f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GuzzleLogger/GuzzleLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class GuzzleLogger
{
private $logger;

public function __construct($loggerType, $logger)
public function __construct($logger)
{
$this->logger = $logger;
}
Expand Down

0 comments on commit 987f587

Please sign in to comment.