Skip to content

Commit 17e7e21

Browse files
authored
Fix EnvironCredentials.php
1 parent 7883c9e commit 17e7e21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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)