groupby color

This commit is contained in:
merdan 2022-04-01 15:56:02 +05:00
parent 22113b75c7
commit 1935be167d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class SuperAttribute extends JsonResource
return [
'id' => $this->id,
'code' => $this->code,
'name' => $this->name,
'name' => $this->name ?? $this->admin_name,
];
}
}