Skip to content

Commit

Permalink
Fix recommendation model fillable array
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jun 5, 2021
1 parent 372ff20 commit 97b9b05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RecommendationsModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class RecommendationsModel extends Model
'source_id',
'target_type',
'target_id',
'order_column'
'order_column',
'recommendation_name'
];
}

0 comments on commit 97b9b05

Please sign in to comment.