Tweaking response->render() location.

This commit is contained in:
Taylor Otwell
2012-04-28 14:01:10 -05:00
parent 80448c3341
commit 4d2ecdbff2
2 changed files with 13 additions and 2 deletions

View File

@@ -184,8 +184,6 @@ class Response {
*/
public function send()
{
$this->render();
$this->cookies();
$this->foundation->prepare(Request::foundation());