Skip to content

Commit

Permalink
Change column also in fillable property
Browse files Browse the repository at this point in the history
  • Loading branch information
picbenoit committed Jul 12, 2019
1 parent 23a04be commit 81aead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/Orders/Models/WishlistContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WishlistContent extends Model
*/
protected $fillable = [
'wishlist_id',
'offer_id'
'product_id'
];

/**
Expand Down

0 comments on commit 81aead0

Please sign in to comment.