1
0
Fork 0

Fixed render method

pull/3593/head
SofHad 2014-12-27 16:16:36 +01:00
parent dc9429c82a
commit 844b57bf7f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ EOT
implode(', ', $package->getLicense()) ?: 'none',
));
}
$table->render($output);
$table->render();
break;
case 'json':