Yarik
/
artbox-order
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fd06ab1620a9f4ec5e34a85ad8eab5955430255b
Authored by
Anastasia
2018-04-21 16:13:11 +0300
1 parent
ed1de920
- wishlist
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/Wishlist.php
Inline
Side-by-side
models/Wishlist.php
Wrap text
Show/Hide comments
View file @
fd06ab1
...
...
@@ -28,7 +28,7 @@
28
28
public static function primaryKey()
29
29
{
30
30
return [
31
- '
varian
t_id',
31
+ '
produc
t_id',
32
32
'user_id',
33
33
];
34
34
}
...
...