Browse Source

removed misleading comment in home controller.

Taylor Otwell 12 years ago
parent
commit
5af190cca7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      application/controllers/home.php

+ 0 - 4
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.