Skip to content

Commit

Permalink
Response::download - second param is $name, not $status
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiCanta committed May 17, 2013
1 parent c404c09 commit 5038c35
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 @@ -169,4 +169,4 @@ Note that there is no convention on where composer classes may be stored. You ar

return Response::download($pathToFile);

return Response::download($pathToFile, $status, $headers);
return Response::download($pathToFile, $name, $headers);

0 comments on commit 5038c35

Please sign in to comment.