Browse Source

Remove terminology for "web routes".

Taylor Otwell 9 years ago
parent
commit
527306a14c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      app/Http/routes.php

+ 0 - 5
app/Http/routes.php

@@ -16,14 +16,9 @@ Route::get('/', function () {
 });
 });
 
 
 /*
 /*
-|--------------------------------------------------------------------------
-| 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 () {