diff --git a/app/Console/Commands/PostUpdate.php b/app/Console/Commands/PostUpdate.php index 425c3cee1ac1..def9f4237c37 100644 --- a/app/Console/Commands/PostUpdate.php +++ b/app/Console/Commands/PostUpdate.php @@ -59,8 +59,9 @@ class PostUpdate extends Command $input = new ArrayInput(array('command' => 'install')); $application = new Application(); $application->setAutoExit(false); - $application->run($input); + $out = $application->run($input); + print_r($out); echo "Done."; // $composer_data = [