Commit 527306a1 authored by Taylor Otwell's avatar Taylor Otwell

Remove terminology for "web routes".

parent 587e5147
......@@ -16,14 +16,9 @@ Route::get('/', function () {
});
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| This route group applies the "web" middleware group to every route
| it contains. The "web" middleware group is defined in your HTTP
| kernel and includes session state, CSRF protection, and more.
|
*/
Route::group(['middleware' => 'web'], function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment