Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev authored Dec 9, 2018
1 parent f7fc841 commit 8669a02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AbstractRecombee.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ public function setUserValues($user_id, array $fields)
$user = new SetUserValues($user_id, $fields, [
'cascadeCreate' => true,
]);


return $user;
}
Expand All @@ -264,7 +263,6 @@ public function setUserValues($user_id, array $fields)
public function getUserValues($user_id)
{
$values = new GetUserValues($user_id);


return $values;
}
Expand Down

0 comments on commit 8669a02

Please sign in to comment.