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
1 changed files with 2 additions and 2 deletions

View File

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