1
0
Fork 0
Renan de Lima 2013-07-22 11:27:08 -03:00
parent e06f0f1233
commit 610e272faa
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ EOT
{
$config = Factory::createConfig();
$factory = new Factory;
$downloadManager = $factory->createDownloadManager($this->getIO(), $config);
$downloadManager = $factory->createDownloadManager($io, $config);
$archiveManager = $factory->createArchiveManager($config, $downloadManager);
if ($packageName) {