From 5a2dfd72d7f7ae8e57a2b6ee54d3631adf784dc7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 5 Aug 2011 13:26:34 -0500 Subject: [PATCH] Added example of names to composer file. --- application/composers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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