Skip to content

Commit

Permalink
Rename updates by flow – fixes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno authored Oct 18, 2017
1 parent b3f608e commit 0b9eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Traits/ListsUpdates.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function updates($id, $options = [])
{
array_set($options, 'id', $id);

return $this->request->get(':id/updates', $options);
return $this->request->get(':id/flow', $options);
}
}

0 comments on commit 0b9eaff

Please sign in to comment.