Commit 6f60c448 authored by Taylor Otwell's avatar Taylor Otwell

fix default controller method.

parent cd310efd
......@@ -38,7 +38,7 @@ class Home_Controller extends Controller {
|
*/
public function get_index()
public function action_index()
{
return View::make('home.index');
}
......
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