groupby color
This commit is contained in:
parent
22113b75c7
commit
1935be167d
|
|
@ -17,7 +17,7 @@ class SuperAttribute extends JsonResource
|
|||
return [
|
||||
'id' => $this->id,
|
||||
'code' => $this->code,
|
||||
'name' => $this->name,
|
||||
'name' => $this->name ?? $this->admin_name,
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue