Skip to content

Commit a5b9bdc

Browse files
authored
Merge branch 'main' into fix-discovery
2 parents d831f16 + e667f7f commit a5b9bdc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* fixed discovery on exception
2+
* fixed logger in EnvironCredentials
23

34
# 1.8.1
45

src/Auth/EnvironCredentials.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,14 @@ public function getName(): string
3737
{
3838
return $this->auth->getName();
3939
}
40+
41+
public function logger()
42+
{
43+
return $this->auth->logger();
44+
}
45+
46+
public function setLogger($logger)
47+
{
48+
$this->auth->setLogger($logger);
49+
}
4050
}

0 commit comments

Comments
 (0)