mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -283,7 +283,7 @@ final class TraceableCommand extends Command implements SignalableCommandInterfa
|
||||
$event = $this->stopwatch->start($this->getName(), 'command');
|
||||
|
||||
try {
|
||||
$this->exitCode = parent::run($input, $output);
|
||||
$this->exitCode = $this->command->run($input, $output);
|
||||
} finally {
|
||||
$event->stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user