remove composers from ioc container. remove comment bloat from autoloader.

This commit is contained in:
Taylor Otwell
2011-11-09 22:10:37 -06:00
parent 0fd88b67f2
commit 56daba42c5
3 changed files with 1 additions and 11 deletions

View File

@@ -2,12 +2,6 @@
return array(
'laravel.view.composers' => array('singleton' => true, 'resolver' => function()
{
return require APP_PATH.'composers'.EXT;
}),
'laravel.routing.router' => array('singleton' => true, 'resolver' => function($c)
{
return new Routing\Router($c->core('routing.loader'), CONTROLLER_PATH);