update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
2
vendor/symfony/mime/Part/DataPart.php
vendored
2
vendor/symfony/mime/Part/DataPart.php
vendored
@@ -141,7 +141,7 @@ public function __sleep(): array
|
||||
}
|
||||
$this->_headers = $this->getHeaders();
|
||||
|
||||
return ['_headers', '_parent', 'filename', 'mediaType'];
|
||||
return ['_headers', '_parent', 'filename', 'mediaType', 'cid'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user