BOUNCER_NAME => BOUNCER_LABEL

This commit is contained in:
Greyscale 2024-01-25 16:06:28 +01:00
parent 5c3bb44734
commit 0e3faf1257
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -294,7 +294,7 @@ class Target
public function getLabel()
{
return $this->label ?? $this->getLabel();
return $this->label ?? $this->getName();
}
public function setLabel(string $label): self