id, $productImage->path, $productImage->product_id ); } /** * @return array */ public function toArray(): array { return [ 'id' => $this->id, 'path' => $this->path, 'productId' => $this->productId, ]; } }