Browse Source

tweaking routes.

Taylor Otwell 13 years ago
parent
commit
48419ad321
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/routes.php

+ 0 - 1
application/routes.php

@@ -17,7 +17,6 @@ return array(
 
 
 	'GET /' => function()
 	'GET /' => function()
 	{
 	{
-		$this->
 		return View::make('home/index');
 		return View::make('home/index');
 	},
 	},