Skip to content

Commit e1d918b

Browse files
authored
Merge pull request #5 from victorovm/patch-1
Corrected variable typo
2 parents 47c147e + 6425282 commit e1d918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/DomainrobotService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DomainrobotService
3030
protected $guzzleClientConfig;
3131

3232
private $logRequestCallback = null;
33-
private $logReesponseCallback = null;
33+
private $logResponseCallback = null;
3434

3535
public function __construct(DomainrobotConfig $domainrobotConfig)
3636
{

0 commit comments

Comments
 (0)