more refactoring on DI and IoC.
This commit is contained in:
@@ -79,11 +79,6 @@ if (isset($session))
|
||||
$session->close($container->resolve('laravel.session'), Config::get('session'));
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Send the queued cookies to the browser.
|
||||
// --------------------------------------------------------------
|
||||
Cookie::send();
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Send the response to the browser.
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user