added application access to composers.

This commit is contained in:
Taylor Otwell
2011-09-01 00:04:12 -05:00
parent 5e40e296bd
commit 893bb83895
3 changed files with 30 additions and 16 deletions

View File

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