.
Size: a a a
.
AB
return [
'name' => $this->name,
'product_material' => new ProductMaterial($this->product_material),
'product_images' => new ProductImage($this->product_images),
'price' => ,
];
AB
public function toArray($request)
{
return [
'id' => $this->id,
'name' => $this->name,
'expires_at' => $this->whenPivotLoaded('role_user', function () {
return $this->pivot->expires_at;
}),
];
}
И
И
И
И
4
VY
P
VY
ᅠ
DM
AB
AB
return [
'name' => $this->name,
'product_material' => new ProductMaterial($this->product_material),
'product_images' => new ProductImage($this->product_images),
'price' => ,
];
P
ᅠ
AB