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

@@ -193,7 +193,7 @@ class View {
*/
protected static function composers()
{
static::$composers = IoC::container()->core('view.composers');
static::$composers = require APP_PATH.'composers'.EXT;
}
/**