Demo how to include a routes file.

This commit is contained in:
Taylor Otwell 2014-10-14 21:10:36 -05:00
parent 0ed0310732
commit bc593c17aa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public function before(Router $router)
*/
public function map(Router $router)
{
//
// require app_path('Http/routes.php');
}
}