Skip to content

Commit bc593c1

Browse files
committed
Demo how to include a routes file.
1 parent 0ed0310 commit bc593c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function before(Router $router)
4343
*/
4444
public function map(Router $router)
4545
{
46-
//
46+
// require app_path('Http/routes.php');
4747
}
4848

4949
}

0 commit comments

Comments
 (0)