Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 3, 2016
1 parent 9d34dae commit 38f6e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Alternatively, you may use the `queue` method on the `Cookie` [facade](/docs/{{v
*
* @return Response
*/
public function purchasePodcast($userId, $podcastId)
public function index()
{
Cookie::queue('saw_dashboard', true, 15);

Expand Down

0 comments on commit 38f6e61

Please sign in to comment.