From 527306a14c53bf904d68abd7267628b52069f624 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 9 Dec 2015 13:36:47 -0600 Subject: [PATCH] Remove terminology for "web routes". --- app/Http/routes.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index 6dba0050..4f960111 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -16,14 +16,9 @@ }); /* -|-------------------------------------------------------------------------- -| 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 () {