Added example of names to composer file.

This commit is contained in:
Taylor Otwell
2011-08-05 13:26:34 -05:00
parent 0d910cd59f
commit 5a2dfd72d7

View File

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