Skip to content

Commit

Permalink
Merge pull request #34 from umutphp/umutphp-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
umutphp authored Aug 6, 2024
2 parents 821252e + 2672051 commit fe22937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ModelName extends Model implements InteractWithRecommendation
'recommendation_data_field' => 'recommendation_data_field',
'recommendation_data_field_type' => 'recommendation_data_field_type',
'recommendation_group_field' => 'recommendation_group_field',
'recommendation_count' => 5
'recommendation_count' => 5,
'recommendation_order' => 'desc'
]
];
Expand Down

0 comments on commit fe22937

Please sign in to comment.