From 5af190cca7d3d85f69f5db8216c830b1d303e756 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 12 Feb 2012 14:51:53 -0600 Subject: [PATCH] removed misleading comment in home controller. --- application/controllers/home.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/controllers/home.php b/application/controllers/home.php index e09f48b8..698fdea2 100644 --- a/application/controllers/home.php +++ b/application/controllers/home.php @@ -10,10 +10,6 @@ class Home_Controller extends Base_Controller { | Instead of using RESTful routes and anonymous functions, you might wish | to use controllers to organize your application API. You'll love them. | - | To start using this controller simply remove the default route from the - | application "routes.php" file. Laravel is smart enough to locate this - | controller and call the default method, which is "action_index". - | | This controller responds to URIs beginning with "home", and it also | serves as the default controller for the application, meaning it | handles requests to the root of the application.