This commit is contained in:
merdan 2023-03-12 14:33:17 +05:00
parent 618f198377
commit b0bf11407e
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class Wishlists extends WishlistController
public function moveToFolder(Request $request, $folder_id){
$customer = $request->user();
Log::info($request->wishlist);
$wishlist = is_array($request->wishlist)?: array($request->wishlist);