Added example of names to composer file.
This commit is contained in:
@@ -26,9 +26,9 @@ return array(
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'home.index' => function($view)
|
'home.index' => array('name' => 'home', function($view)
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
},
|
}),
|
||||||
|
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user