From e5dfb052473c93f23dfc951f42afcfabbf4a6d58 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 6 Jun 2016 21:43:34 -0500 Subject: [PATCH] message updates --- app/Http/routes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index 1ad35497..0b913d45 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -5,9 +5,9 @@ | Application Routes |-------------------------------------------------------------------------- | -| Here is where you can register all of the routes for an application. -| It's a breeze. Simply tell Laravel the URIs it should respond to -| and give it the controller to call when that URI is requested. +| 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 given Closure or controller and enjoy the fresh air. | */