mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-03 13:40:00 +09:00
upgrade to laravel 8.0
This commit is contained in:
committed by
Attila Jozsef Kerekes
parent
43f894b58d
commit
27f58c0866
1
vendor/symfony/mime/Part/TextPart.php
vendored
1
vendor/symfony/mime/Part/TextPart.php
vendored
@@ -197,6 +197,7 @@ class TextPart extends AbstractPart
|
||||
// convert resources to strings for serialization
|
||||
if (null !== $this->seekable) {
|
||||
$this->body = $this->getBody();
|
||||
$this->seekable = null;
|
||||
}
|
||||
|
||||
$this->_headers = $this->getHeaders();
|
||||
|
||||
Reference in New Issue
Block a user