refactoring various classes.

This commit is contained in:
Taylor Otwell
2011-09-16 20:30:22 -05:00
parent c3f5abc37a
commit 32391b7f32
6 changed files with 79 additions and 33 deletions

View File

@@ -81,6 +81,11 @@ if (isset($session))
$session->close($container->resolve('laravel.session'), $config->get('session'));
}
// --------------------------------------------------------------
// Send the queued cookies to the browser.
// --------------------------------------------------------------
$container->resolve('laravel.cookie')->send();
// --------------------------------------------------------------
// Send the response to the browser.
// --------------------------------------------------------------