Commit 91e5b441 authored by Nicolas Widart's avatar Nicolas Widart

Don't require the laravel routes

parent e6c63e91
......@@ -37,7 +37,7 @@ class RouteServiceProvider extends ServiceProvider {
{
$router->group(['namespace' => $this->namespace], function($router)
{
require app_path('Http/routes.php');
//require app_path('Http/routes.php');
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment