Commit 4bfcb064 by Taylor Otwell

fix controller comment.

parent 88e61433
...@@ -14,7 +14,7 @@ class Home_Controller extends Controller { ...@@ -14,7 +14,7 @@ class Home_Controller extends Controller {
| application "routes.php" file. Laravel is smart enough to find this | application "routes.php" file. Laravel is smart enough to find this
| controller and call the default method, which is "get_index". | controller and call the default method, which is "get_index".
| |
| Just like routes, controllers are also RESTful by default. Each function | Just like routes, controllers are also RESTful by default. Each method
| is prefixed with the HTTP verb it responds to, allowing you to quickly | is prefixed with the HTTP verb it responds to, allowing you to quickly
| build beautiful RESTful applications. | build beautiful RESTful applications.
| |
......
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