Remove extra lines.

This commit is contained in:
Taylor Otwell
2014-09-09 10:01:59 -05:00
parent 1f738b12b3
commit eff1f84050
2 changed files with 0 additions and 2 deletions

View File

@@ -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';