more refactoring and changes.

This commit is contained in:
Taylor Otwell
2011-09-08 17:49:16 -05:00
parent 03654fc5a1
commit abc1fad6c1
34 changed files with 883 additions and 482 deletions

View File

@@ -39,12 +39,12 @@ return array(
|
*/
'shared' => function($view, $laravel)
'shared' => function($view)
{
//
},
'home.index' => array('name' => 'home', function($view, $laravel)
'home.index' => array('name' => 'home', function($view)
{
//
}),