BOUNCER_NAME => BOUNCER_LABEL
This commit is contained in:
parent
5c3bb44734
commit
0e3faf1257
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue