Browse Source

Added example of names to composer file.

Taylor Otwell 13 years ago
parent
commit
5a2dfd72d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/composers.php

+ 2 - 2
application/composers.php

@@ -26,9 +26,9 @@ return array(
 	|
 	|
 	*/
 	*/
 
 
-	'home.index' => function($view)
+	'home.index' => array('name' => 'home', function($view)
 	{
 	{
 		//
 		//
-	},
+	}),
 
 
 );
 );