Added example of names to composer file.
This commit is contained in:
parent
0d910cd59f
commit
5a2dfd72d7
|
@ -26,9 +26,9 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'home.index' => function($view)
|
||||
'home.index' => array('name' => 'home', function($view)
|
||||
{
|
||||
//
|
||||
},
|
||||
}),
|
||||
|
||||
);
|
Loading…
Reference in New Issue