sarga filters
This commit is contained in:
parent
76d0495fbc
commit
a30a4bbb3c
|
|
@ -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),
|
||||
'options' => AttributeOption::collection($this->options()->take(40)->get()),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue