sarga filters

This commit is contained in:
merdan 2022-05-04 15:15:43 +05:00
parent abf2adbb82
commit 76d0495fbc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Attribute extends JsonResource
'id' => $this->id,
'code' => $this->code,
'name' => $this->name ?? $this->admin_name,
'options' => AttributeOption::collection($this->options()->take(20)->get()),
'options' => AttributeOption::collection($this->options),
];
}