Aggiornato Composer
This commit is contained in:
13
vendor/symfony/mime/Part/MessagePart.php
vendored
13
vendor/symfony/mime/Part/MessagePart.php
vendored
@@ -59,4 +59,17 @@ class MessagePart extends DataPart
|
||||
{
|
||||
return $this->message->toIterable();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function __sleep()
|
||||
{
|
||||
return ['message'];
|
||||
}
|
||||
|
||||
public function __wakeup()
|
||||
{
|
||||
$this->__construct($this->message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user