BOUNCER_NAME => BOUNCER_LABEL

This commit is contained in:
Greyscale 2024-01-25 16:03:28 +01:00
parent 3262ff3791
commit 3bbee25664
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -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;
}