Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Dec 28, 2018
1 parent bdc60fd commit 3a54da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractRecombee.php
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ public function listItemViewPortions($itemId)
*
* @return \Recombee\RecommApi\Requests\ListUserViewPortions
*/
public function listItemViewPortions($userId)
public function listUserViewPortions($userId)
{
$listPortions = new ListUserViewPortions($userId);

Expand Down

0 comments on commit 3a54da6

Please sign in to comment.