value; } // public function getColor(): string|array|null // { // return match ($this) { // }; // } public function getIcon(): ?string { return match ($this) { self::NEW_ART => 'heroicon-o-paint-brush', self::REPEAT => 'heroicon-o-clipboard-document', self::RUSH => 'heroicon-o-clock', self::EVENT => 'heroicon-o-users', self::DIGITIZING => 'heroicon-o-computer-desktop', self::GARMENTS => 'heroicon-o-shopping-bag', self::SUPPLIED_FILE => 'heroicon-o-arrow-down-tray', }; } }