Merge branch 'master' into develop

This commit is contained in:
Tao Wu 2012-07-28 13:49:19 +02:00
commit 9268b1eb4e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ #### Returning a custom response:
#### Returning a custom response containing a view:
return Response::view('home', 200, $headers);
return Response::view('home', $headers);
#### Returning a JSON response: