model = $productImage; } /** * @return mixed */ public function findProduct() : Product { return $this->model->product; } }