Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Dec 17, 2018
1 parent aa63ea1 commit 7958844
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 @@ -147,7 +147,7 @@ public function recommendItemsToUser($user_id, int $limit = 10, array $filters =
*
* @return mixed
*/
public function recommendUsersToUser($usre_id, int $limit = 10, array $filters = [])
public function recommendUsersToUser($user_id, int $limit = 10, array $filters = [])
{
$users = new RecommendUsersToUser($user_id, $limit, $filters);

Expand Down

0 comments on commit 7958844

Please sign in to comment.