working on bundle upgrade routine.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user