Skip to content

Commit 907e556

Browse files
committed
fix: Undefined property: Inhere\Console\IO\Output::
1 parent 32f386f commit 907e556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concern/FormatOutputAwareTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function write($messages, $nl = true, $quit = false, array $opts = []): i
3232
{
3333
return Console::write($messages, $nl, $quit, array_merge([
3434
'flush' => true,
35-
'stream' => $this->outputStream,
35+
'stream' => $this->getOutputStream(),
3636
], $opts));
3737
}
3838

0 commit comments

Comments
 (0)