refactor: docs
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ use KTXF\Resource\Provider\Node\NodePropertiesBaseAbstract;
|
||||
*/
|
||||
abstract class MessagePropertiesBaseAbstract extends NodePropertiesBaseAbstract implements MessagePropertiesBaseInterface {
|
||||
|
||||
protected string $type = 'mail.message';
|
||||
protected string $type = 'mail:message';
|
||||
|
||||
protected function extractBodyContent(?MessagePartInterface $part, string $type): ?string {
|
||||
if ($part === null) {
|
||||
|
||||
Reference in New Issue
Block a user