Commit 9268b1eb authored by Tao Wu's avatar Tao Wu

Merge branch 'master' into develop

parents 5c3ede74 2f48bbba
...@@ -56,7 +56,7 @@ Sometimes you will need a little more control over the response sent to the brow ...@@ -56,7 +56,7 @@ Sometimes you will need a little more control over the response sent to the brow
#### Returning a custom response containing a view: #### Returning a custom response containing a view:
return Response::view('home', 200, $headers); return Response::view('home', $headers);
#### Returning a JSON response: #### Returning a JSON response:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment