sharp icon indicating copy to clipboard operation
sharp copied to clipboard

Allow override of getLabel() function in entities to allow translations

Open PatrickePatate opened this issue 1 year ago • 0 comments

Change this method in BaseSharpEntity.php to allow override in entities.

final public function getLabel(): string
{
     return $this->label;
}

PatrickePatate avatar Sep 12 '24 09:09 PatrickePatate