This commit is contained in:
merdan 2023-03-12 14:27:13 +05:00
parent 194b61fd18
commit c24d159101
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class Wishlists extends WishlistController
public function moveToFolder(Request $request, $folder_id){
$customer = $request->user();
Log::info($request);
if($this->wishlistRepository->where('customer_id',$customer->id)
->whereIn('id',$request->wishlist)