Browse Source

Remove extra lines.

Taylor Otwell 9 years ago
parent
commit
eff1f84050
2 changed files with 0 additions and 2 deletions
  1. 0 1
      app/Providers/ErrorServiceProvider.php
  2. 0 1
      app/Providers/RouteServiceProvider.php

+ 0 - 1
app/Providers/ErrorServiceProvider.php

@@ -17,7 +17,6 @@ class ErrorServiceProvider extends ServiceProvider {
 		// even register several error handlers to handle different types of
 		// exceptions. If nothing is returned, the default error view is
 		// shown, which includes a detailed stack trace during debug.
-
 		App::error(function(Exception $e)
 		{
 			Log::error($e);

+ 0 - 1
app/Providers/RouteServiceProvider.php

@@ -31,7 +31,6 @@ class RouteServiceProvider extends ServiceProvider {
 			// Once the application has booted, we will include the default routes
 			// file. This "namespace" helper will load the routes file within a
 			// route group which automatically sets the controller namespace.
-
 			$this->namespaced(function()
 			{
 				require app_path().'/Http/routes.php';