refactoring various classes.
This commit is contained in:
@@ -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.
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user