diff --git a/application/composers.php b/application/composers.php index c7a7e480..33f6cb77 100644 --- a/application/composers.php +++ b/application/composers.php @@ -26,9 +26,9 @@ return array( | */ - 'home.index' => function($view) + 'home.index' => array('name' => 'home', function($view) { // - }, + }), ); \ No newline at end of file