BOUNCER_NAME => BOUNCER_LABEL
This commit is contained in:
parent
3262ff3791
commit
3bbee25664
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ class Target
|
|||
|
||||
public function updateLogger(): self
|
||||
{
|
||||
$this->logger = $this->logger->withName($this->getName());
|
||||
$this->logger = $this->logger->withName($this->getLabel());
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue