building on http foundation.
This commit is contained in:
parent
97ac2c8dbf
commit
963426cb9e
|
|
@ -144,7 +144,7 @@ public static function download($path, $name = null, $headers = array())
|
||||||
public static function prepare($response)
|
public static function prepare($response)
|
||||||
{
|
{
|
||||||
// We'll need to force the response to be a string before closing
|
// We'll need to force the response to be a string before closing
|
||||||
// the session, since the developer may be utilizing the session
|
// the session since the developer may be utilizing the session
|
||||||
// within the view, and we can't age it until rendering.
|
// within the view, and we can't age it until rendering.
|
||||||
if ( ! $response instanceof Response)
|
if ( ! $response instanceof Response)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue