Remove comment bloat from Response class.
This commit is contained in:
parent
9fc8c36b94
commit
0dd06ad314
|
@ -109,8 +109,6 @@ public static function make($content, $status = 200)
|
||||||
*/
|
*/
|
||||||
public static function prepare($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)
|
if ($response instanceof Redirect)
|
||||||
{
|
{
|
||||||
$response = $response->response;
|
$response = $response->response;
|
||||||
|
|
Loading…
Reference in New Issue