Fixes
This commit is contained in:
parent
e1556822c0
commit
cd5cd8611c
@ -153,7 +153,7 @@ trait Files
|
||||
} else {
|
||||
$ctx = (new ConnectionContext)
|
||||
->addStream(PremadeStream::getName(), $stream)
|
||||
->addStream(BufferedRawStream);
|
||||
->addStream(BufferedRawStream::getName());
|
||||
|
||||
$stream = yield $ctx->getStream();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user