working on bundle upgrade routine.

This commit is contained in:
Taylor Otwell
2012-02-03 14:54:23 -06:00
parent b1f12b19bf
commit ea42fe75f2
4 changed files with 113 additions and 90 deletions

View File

@@ -22,7 +22,9 @@ IoC::register('task: migrate', function()
*/
IoC::register('task: bundle', function()
{
return new Tasks\Bundle\Bundler;
$repository = IoC::resolve('bundle.repository');
return new Tasks\Bundle\Bundler($repository);
});
/**