fix: small typo
This commit is contained in:
parent
e6f0059e5e
commit
b3657dfe2b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public function encodeOutput($type, $output)
|
|||
$outputStack[] = [
|
||||
'type' => $type,
|
||||
'output' => $output,
|
||||
'elapsed_tim' => $this->elapsedTime(),
|
||||
'elapsed_time' => $this->elapsedTime(),
|
||||
'order' => $this->counter++,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue