From fa3495a28dcaf64ce74672f5b8687d9e2f7b4be9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 11 Dec 2015 16:31:19 -0600 Subject: [PATCH] comment changes --- app/Http/routes.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index 4f960111..974163c5 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -2,7 +2,7 @@ /* |-------------------------------------------------------------------------- -| Application Routes +| Routes File |-------------------------------------------------------------------------- | | 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 | 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 () {