Laravel version update
Laravel version update
This commit is contained in:
5
vendor/tedivm/fetch/src/Fetch/Attachment.php
vendored
5
vendor/tedivm/fetch/src/Fetch/Attachment.php
vendored
@@ -97,9 +97,8 @@ class Attachment
|
||||
} elseif (isset($parameters['name'])) {
|
||||
$this->filename = $parameters['name'];
|
||||
}
|
||||
if (isset($structure->bytes)) {
|
||||
$this->size = $structure->bytes;
|
||||
}
|
||||
|
||||
$this->size = $structure->bytes;
|
||||
|
||||
$this->mimeType = Message::typeIdToString($structure->type);
|
||||
|
||||
|
Reference in New Issue
Block a user