store(request('productId')); } /** * Remove the specified resource from storage. * * @param int $productId * @param Compare $compare * * @return Response */ public function destroy($productId, Compare $compare) { $compare->remove($productId); } }