Browse Source

Merge branch 'master' into develop

Tao Wu 12 years ago
parent
commit
9268b1eb4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/views/home.md

+ 1 - 1
laravel/documentation/views/home.md

@@ -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: