DrawPrizeType color
parent
157fbd2315
commit
635c09c771
|
|
@ -16,7 +16,7 @@ enum DrawPrizeType: int {
|
|||
public function label()
|
||||
{
|
||||
$color = match ($this) {
|
||||
static::None => 'warning',
|
||||
static::None => 'success',
|
||||
static::Goods => 'primary',
|
||||
// static::Wallet => 'blue1',
|
||||
// static::Balance => 'pink',
|
||||
|
|
|
|||
Loading…
Reference in New Issue