Added automatic controller detection.

Signed-off-by: Taylor Otwell <[email protected]>
This commit is contained in:
Taylor Otwell
2012-03-12 17:03:09 -05:00
parent c514ca1e34
commit b65380d6ff
2 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
|
*/
Route::get('/, home', function()
Route::get('/', function()
{
return View::make('home.index');
});