From e5147a55f1f31831d77b2cf00cbf35ed9bdd37bb Mon Sep 17 00:00:00 2001 From: vagrant Date: Thu, 27 Oct 2016 04:40:15 +0000 Subject: [PATCH] Changed web route description --- routes/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index a4dabc89..72f89a73 100644 --- a/routes/web.php +++ b/routes/web.php @@ -5,9 +5,9 @@ | Web Routes |-------------------------------------------------------------------------- | -| This file is where you may define all of the routes that are handled -| by your application. Just tell Laravel the URIs it should respond -| to using a Closure or controller method. Build something great! +| Here is where you can register web routes for your application. These +| routes are loaded by the RouteServiceProvider within a group which +| is assigned the "Web" middleware group. Build something great! | */