Skip to content

Commit

Permalink
Allow for chaining - closes #74
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed May 12, 2015
1 parent 4f4eed7 commit 144f140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Extensions/Traits/ApiRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ protected function seeJsonContains($expected)
));
}
}

return $this;
}

/**
Expand Down

0 comments on commit 144f140

Please sign in to comment.