Skip to content

Commit

Permalink
Merge pull request #2 from snappmarket/develop
Browse files Browse the repository at this point in the history
remove unused arg
  • Loading branch information
taghad committed Aug 9, 2023
2 parents 83e6917 + 987f587 commit 397cbba
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 397cbba

Please sign in to comment.