Commit 5af190cc authored by Taylor Otwell's avatar Taylor Otwell

removed misleading comment in home controller.

parent 3a92facc
...@@ -10,10 +10,6 @@ class Home_Controller extends Base_Controller { ...@@ -10,10 +10,6 @@ class Home_Controller extends Base_Controller {
| Instead of using RESTful routes and anonymous functions, you might wish | Instead of using RESTful routes and anonymous functions, you might wish
| to use controllers to organize your application API. You'll love them. | 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 | This controller responds to URIs beginning with "home", and it also
| serves as the default controller for the application, meaning it | serves as the default controller for the application, meaning it
| handles requests to the root of the application. | handles requests to the root of the application.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment