run(); if(!$process->isSuccessful()){ throw new ProcessFailedException($process); } $this->info($process->getOutput()); return 0; } }