From 7b22f66a948e8e83f0dcad3e943a4f3e4f5f6e83 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 4 Nov 2011 18:49:52 -0500 Subject: [PATCH] tweaked routing comments. --- application/routes.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/routes.php b/application/routes.php index 30621499..7bb7acd6 100644 --- a/application/routes.php +++ b/application/routes.php @@ -7,9 +7,6 @@ | Application Routes |-------------------------------------------------------------------------- | - | Here is the public API of your application. To add functionality to your - | application, you just add to the array of routes located in this file. - | | Simply tell Laravel the HTTP verbs and URIs it should respond to. It's a | piece of cake to create beautiful applications using the elegant RESTful | routing available in Laravel.