Commit fd06ab1620a9f4ec5e34a85ad8eab5955430255b

Authored by Anastasia
1 parent ed1de920

- wishlist

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/Wishlist.php
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 public static function primaryKey() 28 public static function primaryKey()
29 { 29 {
30 return [ 30 return [
31 - 'variant_id', 31 + 'product_id',
32 'user_id', 32 'user_id',
33 ]; 33 ];
34 } 34 }