From f7e49840a07cc74c858c6c3a281be17700577d0d Mon Sep 17 00:00:00 2001 From: Kalpa Perera Date: Thu, 27 Oct 2016 20:55:08 +0530 Subject: [PATCH] comment formatting --- routes/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index a4dabc89d..810aa3494 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 +| contains the "web" middleware group. Now create something great! | */