diff --git a/application/routes.php b/application/routes.php index 05f95ef5..6d460842 100644 --- a/application/routes.php +++ b/application/routes.php @@ -37,9 +37,9 @@ return array( | */ - 'GET /' => function($application) + 'GET /' => function($laravel) { - return $application->view->make('home.index'); + return $laravel->view->make('home.index'); }, ); \ No newline at end of file diff --git a/application/views/error/404.php b/application/views/error/404.php index 3d497472..0b5a5a59 100644 --- a/application/views/error/404.php +++ b/application/views/error/404.php @@ -81,7 +81,7 @@
-We couldn't find the resource you requested. Would you like go to our home page instead?
+We couldn't find the resource you requested. Would you like go to our home page instead?