Commit 6fee3ff
authored
Make routes location generic
In the latest version of Laravel, web routes now lives in `app/routes/web.php`.
This proposed change makes the reference to the routes location generic, so it could apply to both the latest versions of Laravel or what it is in Laravel 5.1 (LTS) (`app/Http/routes.php`).1 parent 0340784 commit 6fee3ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments