Commit 0dd06ad3 authored by Taylor Otwell's avatar Taylor Otwell

Remove comment bloat from Response class.

parent 9fc8c36b
......@@ -109,8 +109,6 @@ class Response {
*/
public static function prepare($response)
{
// If the response is a Redirect instance, grab the Response. The Redirect class
// manages a Response instance internally.
if ($response instanceof Redirect)
{
$response = $response->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