diff --git a/application/routes.php b/application/routes.php index 0262a25a..56ea31be 100644 --- a/application/routes.php +++ b/application/routes.php @@ -37,9 +37,9 @@ | */ - 'GET /' => function($application) + 'GET /' => function() { return View::make('home.index'); }, -); \ No newline at end of file +);