Commit bc593c17 authored by Taylor Otwell's avatar Taylor Otwell

Demo how to include a routes file.

parent 0ed03107
...@@ -43,7 +43,7 @@ class RouteServiceProvider extends ServiceProvider { ...@@ -43,7 +43,7 @@ class RouteServiceProvider extends ServiceProvider {
*/ */
public function map(Router $router) public function map(Router $router)
{ {
// // 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