Remove terminology for "web routes".

This commit is contained in:
Taylor Otwell 2015-12-09 13:36:47 -06:00
parent 587e514719
commit 527306a14c
1 changed files with 0 additions and 5 deletions

View File

@ -16,14 +16,9 @@
}); });
/* /*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| This route group applies the "web" middleware group to every route | This route group applies the "web" middleware group to every route
| it contains. The "web" middleware group is defined in your HTTP | it contains. The "web" middleware group is defined in your HTTP
| kernel and includes session state, CSRF protection, and more. | kernel and includes session state, CSRF protection, and more.
|
*/ */
Route::group(['middleware' => 'web'], function () { Route::group(['middleware' => 'web'], function () {