Remove extra lines.
This commit is contained in:
parent
1f738b12b3
commit
eff1f84050
|
@ -17,7 +17,6 @@ public function boot()
|
||||||
// even register several error handlers to handle different types of
|
// even register several error handlers to handle different types of
|
||||||
// exceptions. If nothing is returned, the default error view is
|
// exceptions. If nothing is returned, the default error view is
|
||||||
// shown, which includes a detailed stack trace during debug.
|
// shown, which includes a detailed stack trace during debug.
|
||||||
|
|
||||||
App::error(function(Exception $e)
|
App::error(function(Exception $e)
|
||||||
{
|
{
|
||||||
Log::error($e);
|
Log::error($e);
|
||||||
|
|
|
@ -31,7 +31,6 @@ public function map()
|
||||||
// Once the application has booted, we will include the default routes
|
// Once the application has booted, we will include the default routes
|
||||||
// file. This "namespace" helper will load the routes file within a
|
// file. This "namespace" helper will load the routes file within a
|
||||||
// route group which automatically sets the controller namespace.
|
// route group which automatically sets the controller namespace.
|
||||||
|
|
||||||
$this->namespaced(function()
|
$this->namespaced(function()
|
||||||
{
|
{
|
||||||
require app_path().'/Http/routes.php';
|
require app_path().'/Http/routes.php';
|
||||||
|
|
Loading…
Reference in New Issue