comment changes

This commit is contained in:
Taylor Otwell 2015-12-11 16:31:19 -06:00
parent 527306a14c
commit fa3495a28d
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Application Routes | Routes File
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Here is where you can register all of the routes in an application. | Here is where you can register all of the routes in an application.
@ -16,9 +16,14 @@
}); });
/* /*
|--------------------------------------------------------------------------
| Application 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 () {